From 0851561de6d4d86558ae03f24955b7f4c4cd0623 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Pineau?= Date: Sun, 19 Aug 2012 15:46:12 +0200 Subject: [PATCH] Suppress debconf dependency and call --- debian/control | 3 +-- debian/rules | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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 -- 2.39.2