Author: fourmond Date: 2011-04-04 08:22:34 +0000 (Mon, 04 Apr 2011) New Revision: 13496
Modified: trunk/java-wrappers/debian/changelog trunk/java-wrappers/debian/control trunk/java-wrappers/debian/rules Log: [java-wrappers] Switch to dh 7 Modified: trunk/java-wrappers/debian/changelog =================================================================== --- trunk/java-wrappers/debian/changelog 2011-04-04 04:27:03 UTC (rev 13495) +++ trunk/java-wrappers/debian/changelog 2011-04-04 08:22:34 UTC (rev 13496) @@ -2,8 +2,9 @@ * NOT RELEASED YET * Adding unzip as we need it to get the classpath correctly... + * Switch to dh 7 - -- Vincent Fourmond <[email protected]> Sun, 03 Apr 2011 01:53:18 +0200 + -- Vincent Fourmond <[email protected]> Mon, 04 Apr 2011 09:44:15 +0200 java-wrappers (0.1.19) experimental; urgency=low Modified: trunk/java-wrappers/debian/control =================================================================== --- trunk/java-wrappers/debian/control 2011-04-04 04:27:03 UTC (rev 13495) +++ trunk/java-wrappers/debian/control 2011-04-04 08:22:34 UTC (rev 13496) @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Vincent Fourmond <[email protected]> -Build-Depends: debhelper (>= 5) +Build-Depends: debhelper (>= 7) Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/java-wrappers Vcs-Browser: http://svn.debian.org/viewsvn/pkg-java/trunk/java-wrappers Modified: trunk/java-wrappers/debian/rules =================================================================== --- trunk/java-wrappers/debian/rules 2011-04-04 04:27:03 UTC (rev 13495) +++ trunk/java-wrappers/debian/rules 2011-04-04 08:22:34 UTC (rev 13496) @@ -1,46 +1,3 @@ #!/usr/bin/make -f -# MAde with the aid of dh_make, by Craig Small -# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. -# Some lines taken from debmake, by Cristoph Lameter. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -clean: - dh_testdir - dh_testroot - dh_clean - -install: install-stamp -install-stamp: - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - touch install-stamp - -binary-arch: - -# Build architecture-independent files here. -# Pass -i to all debhelper commands in this target to reduce clutter. -binary-indep: build install - dh_testdir -i - dh_testroot -i - dh_installdocs -i - dh_installexamples -i - dh_installman -i - dh_install -i - dh_installchangelogs -i - dh_link -i - dh_compress -i - dh_fixperms -i - dh_installdeb -i - dh_gencontrol -i - dh_md5sums -i - dh_builddeb -i - - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure +%: + dh $@ _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

