]> mj.ucw.cz Git - ywho.git/commitdiff
Updated packaging scripts for Debian Lenny
authorMartin Mares <mj@ucw.cz>
Sat, 21 Aug 2010 15:59:04 +0000 (17:59 +0200)
committerMartin Mares <mj@ucw.cz>
Sat, 21 Aug 2010 15:59:04 +0000 (17:59 +0200)
debian/changelog
debian/compat [new file with mode: 0644]
debian/control
debian/rules

index 97966720d377284eaad39509f213d92f539c7296..45781efad92d02a5ee2df709a399bde907d04c91 100644 (file)
@@ -1,3 +1,9 @@
+ywho (1.12) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Martin Mares <mj@ucw.cz>  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 (file)
index 0000000..7f8f011
--- /dev/null
@@ -0,0 +1 @@
+7
index 9363209ce6ea9ebedc0d0fed7bc9ed358683a5db..b50c35d0d5ec3fa806a43935ed5bf889ac9f8065 100644 (file)
@@ -3,6 +3,7 @@ Section: ucw
 Priority: optional
 Maintainer: Martin Mares <mj@ucw.cz>
 Standards-Version: 2.1.0.0
+Build-Depends: debhelper (>= 7.0)
 
 Package: ywho
 Architecture: any
index e6596bdea58f355b798f37ec58697ea96e67d97f..2002c6b6e1d477ab474378575557297d6a217166 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 # Rules for building of ywho Debian/UCW Package
-# (c) 1999 Martin Mares <mj@ucw.cz>
+# (c) 1999--2010 Martin Mares <mj@ucw.cz>
 
 # 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