r43801 - in /scripts/KGB/debian: changelog control rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Sep 6 21:46:34 UTC 2009


Author: gregoa
Date: Sun Sep  6 21:46:29 2009
New Revision: 43801

URL: http://svn.debian.org/wsvn/?sc=1&rev=43801
Log:
* Set Standards-Version to 3.8.3 (no changes).
* debian/rules: simplify, and don't compress examples.

Modified:
    scripts/KGB/debian/changelog
    scripts/KGB/debian/control
    scripts/KGB/debian/rules

Modified: scripts/KGB/debian/changelog
URL: http://svn.debian.org/wsvn/scripts/KGB/debian/changelog?rev=43801&op=diff
==============================================================================
--- scripts/KGB/debian/changelog (original)
+++ scripts/KGB/debian/changelog Sun Sep  6 21:46:29 2009
@@ -1,6 +1,10 @@
 kgb-bot (0.04) UNRELEASED; urgency=low
 
+  [ Damyan Ivanov ]
   * use "dir" or "dirs" depending on the number (1 or greater)
+
+  [ gregor herrmann ]
+  * Set Standards-Version to 3.8.3 (no changes).
 
  -- Damyan Ivanov <dmn at debian.org>  Sun, 06 Sep 2009 18:57:59 +0300
 
@@ -40,6 +44,7 @@
     - fix Vcs-Svn URL
     - bump Standards-Version to 3.8.1
     - add ${misc:Depends}, ${perl:Depends} to Depends
+  * debian/rules: simplify, and don't compress examples.
 
   [ Damyan Ivanov ]
   * implement server failover

Modified: scripts/KGB/debian/control
URL: http://svn.debian.org/wsvn/scripts/KGB/debian/control?rev=43801&op=diff
==============================================================================
--- scripts/KGB/debian/control (original)
+++ scripts/KGB/debian/control Sun Sep  6 21:46:29 2009
@@ -1,7 +1,7 @@
 Source: kgb-bot
 Section: net
 Priority: extra
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl (>= 5.10), libpoe-perl,
  libpoe-component-server-soap-perl,
  libpoe-component-irc-perl (>= 5.56), libyaml-perl, libproc-pid-file-perl,

Modified: scripts/KGB/debian/rules
URL: http://svn.debian.org/wsvn/scripts/KGB/debian/rules?rev=43801&op=diff
==============================================================================
--- scripts/KGB/debian/rules (original)
+++ scripts/KGB/debian/rules Sun Sep  6 21:46:29 2009
@@ -1,15 +1,10 @@
 #!/usr/bin/make -f
 
-build clean:
+%:
 	dh $@
 
-binary: binary-arch binary-indep
+override_dh_auto_install:
+	dh_auto_install -- PREFIX=/usr DESTDIR=debian/kgb-bot
 
-binary-arch:
-binary-indep: install
-	dh $@
-
-install: build
-	dh $@ --before auto_install
-	dh_auto_install -- PREFIX=/usr DESTDIR=debian/kgb-bot
-	dh $@ --remaining
+override_dh_compress:
+	dh_compress -Xexamples




More information about the Pkg-perl-cvs-commits mailing list