[sacjava] 01/09: Removed the GCJ package

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jun 19 08:54:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository sacjava.

commit 42ac92900d4cc5682b594997fbb4b8ac108e0a32
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Jun 19 10:31:41 2017 +0200

    Removed the GCJ package
---
 debian/changelog |  7 +++++++
 debian/control   | 15 +--------------
 debian/rules     | 16 ----------------
 3 files changed, 8 insertions(+), 30 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cb70a85..684f783 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sacjava (1.3+dfsg-3) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Removed the GCJ package
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 19 Jun 2017 10:29:51 +0200
+
 sacjava (1.3+dfsg-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index dac471b..794217e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Rene Engelhard <rene at debian.org>, Jakub Adam <jakub.adam at ktknet.cz>
 Build-Depends: debhelper (>= 9), default-jdk, dpkg-dev (>= 1.16.2),
-  gcj-native-helper, maven-repo-helper, bnd (>= 2.1.0)
+  maven-repo-helper, bnd (>= 2.1.0)
 Standards-Version: 3.9.6
 Section: java
 Vcs-Git: git://anonscm.debian.org/pkg-java/sacjava.git
@@ -14,7 +14,6 @@ Package: libsac-java
 Architecture: all
 Depends: ${misc:Depends}
 Suggests: libsac-java-doc
-Recommends: libsac-java-gcj
 Description: Simple API for CSS Java library
  SAC is a standard interface for CSS parser and supposed to work
  with CSS1, CSS2, CSS3 (currently under development) and other CSS derived
@@ -32,15 +31,3 @@ Description: Simple API for CSS Java library (documentation)
  languages.
  .
  This package contains the SAC Java library javadoc documentation.
-
-Package: libsac-java-gcj
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Simple API for CSS Java library (native code)
- SAC is a standard interface for CSS parser and supposed to work
- with CSS1, CSS2, CSS3 (currently under development) and other CSS derived
- languages.
- .
- This package contains the SAC Java library compiled to native code for use
- with gij.
-
diff --git a/debian/rules b/debian/rules
index 025a2de..aff6ecf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,22 +63,6 @@ binary-indep: build-indep install
 	dh_md5sums -i
 	dh_builddeb -i
 
-binary-arch: build-arch install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs -s
-	dh_installdocs -s
-	dh_link -s
-	dh_nativejava -s -plibsac-java-gcj
-	dh_strip -s
-	dh_compress -s
-	dh_fixperms -s
-	dh_installdeb -s
-	dh_shlibdeps -s
-	dh_gencontrol -s
-	dh_md5sums -s
-	dh_builddeb -s
-
 binary: binary-indep binary-arch
 
 VERSION=$(shell dpkg-parsechangelog -S Version | tr '+' '-' | cut -d- -f1)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sacjava.git



More information about the pkg-java-commits mailing list