From: Cédric Pineau Date: Sun, 19 Aug 2012 13:46:12 +0000 (+0200) Subject: Suppress debconf dependency and call X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Fjava-package.git;a=commitdiff_plain;h=0851561de6d4d86558ae03f24955b7f4c4cd0623 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