[SCM] java-package packaging branch, master, updated. 0851561de6d4d86558ae03f24955b7f4c4cd0623

Cédric Pineau cedric.pineau at gmail.com
Sun Aug 19 13:50:51 UTC 2012


The following commit has been merged in the master branch:
commit 0851561de6d4d86558ae03f24955b7f4c4cd0623
Author: Cédric Pineau <cedric.pineau at gmail.com>
Date:   Sun Aug 19 15:46:12 2012 +0200

    Suppress debconf dependency and call

diff --git a/debian/control b/debian/control
index 065b918..27a4516 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,7 @@ Standards-Version: 3.9.2
 
 Package: java-package
 Architecture: all
-Depends:  ${misc:Depends}, debhelper, fakeroot, unzip, libx11-6, libasound2,
- debconf (>= 0.5) | debconf-2.0
+Depends:  ${misc:Depends}, debhelper, fakeroot, unzip, libx11-6, libasound2
 Recommends: dpkg-dev, gcc
 Suggests: openjdk-6-jre, openjdk-7-jre
 Description: Utility for creating Java Debian packages
diff --git a/debian/rules b/debian/rules
index 5611e1b..7e1f875 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,6 @@ install: build
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	dh_installdebconf
 	install -m 755 make-jpkg.out $(B)/usr/bin/make-jpkg
 	cp lib/*.sh $(B)/usr/share/java-package/
 	find $(B) -type d -name .svn | xargs -r rm -r

-- 
java-package packaging



More information about the pkg-java-commits mailing list