From: Martin Mares Date: Sat, 21 Aug 2010 15:59:04 +0000 (+0200) Subject: Updated packaging scripts for Debian Lenny X-Git-Tag: v1.13~5 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f9a59124c38c280362aba2b0de0444f3d17e389c;p=ywho.git Updated packaging scripts for Debian Lenny --- diff --git a/debian/changelog b/debian/changelog index 9796672..45781ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ywho (1.12) unstable; urgency=low + + * New upstream version. + + -- Martin Mares Fri, 20 Aug 2010 18:03:41 +0200 + ywho (1.11) unstable; urgency=low * New upstream version. diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7f8f011 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +7 diff --git a/debian/control b/debian/control index 9363209..b50c35d 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Section: ucw Priority: optional Maintainer: Martin Mares Standards-Version: 2.1.0.0 +Build-Depends: debhelper (>= 7.0) Package: ywho Architecture: any diff --git a/debian/rules b/debian/rules index e6596bd..2002c6b 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f # Rules for building of ywho Debian/UCW Package -# (c) 1999 Martin Mares +# (c) 1999--2010 Martin Mares # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 @@ -23,27 +23,18 @@ binary-indep: build binary-arch: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs usr/bin - $(MAKE) ROOT=`pwd`/debian/tmp install + $(MAKE) ROOT=`pwd`/debian/ywho install -# dh_installdocs -# dh_installexamples -# dh_installmenu -# dh_installinit -# dh_installcron -# dh_installmanpages - dh_undocumented ywho.1 dh_installchangelogs dh_strip # dh_compress dh_fixperms -# dh_suidregister dh_installdeb dh_shlibdeps dh_gencontrol -# dh_makeshlibs dh_md5sums dh_builddeb