Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
java-gnome
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Java Maintainers
java-gnome
Commits
7a933266
Commit
7a933266
authored
8 years ago
by
Emmanuel Bourg
Browse files
Options
Downloads
Patches
Plain Diff
Build with the DH sequencer instead of CDBS (Closes: #849669)
parent
515e30b8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
debian/control
+1
-2
1 addition, 2 deletions
debian/control
debian/rules
+14
-11
14 additions, 11 deletions
debian/rules
with
22 additions
and
13 deletions
debian/changelog
+
7
−
0
View file @
7a933266
java-gnome (4.1.3-5) UNRELEASED; urgency=medium
* Team upload.
* Build with the DH sequencer instead of CDBS (Closes: #849669)
-- Emmanuel Bourg <ebourg@apache.org> Tue, 10 Jan 2017 11:01:01 +0100
java-gnome (4.1.3-4) unstable; urgency=medium
* Team upload.
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
1
−
2
View file @
7a933266
...
...
@@ -4,8 +4,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.or
Uploaders: Manu Mahajan <manu@codepencil.com>,
Onkar Shinde <onkarshinde@ubuntu.com>,
Guillaume Mazoyer <respawneral@gmail.com>
Build-Depends: cdbs,
debhelper (>= 9~),
Build-Depends: debhelper (>= 9~),
default-jdk,
hicolor-icon-theme,
junit,
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
14
−
11
View file @
7a933266
#!/usr/bin/make -f
# We ran the build in verbose mode so buildd log scanner can analyze the output
# of the build.
V=1
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_MAKE_ENVVARS += CFLAGS="$(shell dpkg-buildflags --get CFLAGS)"
DEB_MAKE_ENVVARS += LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)"
DEB_MAKE_ENVVARS += V=1
DEB_CONFIGURE_EXTRA_FLAGS += --libdir=/usr/lib/jni jdk=/usr/lib/jvm/default-java
DEB_ARCH_PACKAGES = libjava-gnome-jni
DEB_INDEP_PACKAGES = libjava-gnome-java-doc libjava-gnome-java
ifneq (,$(filter $(DEB_HOST_ARCH), i386 amd64 powerpc))
DEB_MAKE_ENVVARS += DISPLAY=":99"
DEB_MAKE_ENVVARS += G_ENABLE_DIAGNOSTIC=0
DEB_MAKE_BUILD_TARGET += doc
endif
ifneq (,$(filter $(DEB_HOST_ARCH), hppa))
DEB_MAKE_ENVVARS += CFLAGS="$(shell dpkg-buildflags --get CFLAGS) -ffunction-sections"
endif
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- --libdir=/usr/lib/jni jdk=/usr/lib/jvm/default-java
override_dh_auto_build-arch:
$(DEB_MAKE_ENVVARS) dh_auto_build -- all
override_dh_auto_build-indep:
$(DEB_MAKE_ENVVARS) dh_auto_build -- doc
override_dh_auto_test:
get-orig-source:
uscan --force-download --rename
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment