[Python-apps-commits] r3667 - in packages/rdiff-backup/trunk/debian (changelog control rules)

chaica-guest at users.alioth.debian.org chaica-guest at users.alioth.debian.org
Wed Sep 2 20:34:07 UTC 2009


    Date: Wednesday, September 2, 2009 @ 20:34:06
  Author: chaica-guest
Revision: 3667

  * Patch fixing restricted test-server option (Closes:#522278).
  * debian/control
    - add dpatch in Build-Depends
  * debian/rules
    - add call to dpatch
  * Create debian/patches directory
  * Create 00list file
  * Create 01_fix_restricted_test-server_option.dpatch

Modified:
  packages/rdiff-backup/trunk/debian/changelog
  packages/rdiff-backup/trunk/debian/control
  packages/rdiff-backup/trunk/debian/rules

Modified: packages/rdiff-backup/trunk/debian/changelog
===================================================================
--- packages/rdiff-backup/trunk/debian/changelog	2009-09-02 19:48:14 UTC (rev 3666)
+++ packages/rdiff-backup/trunk/debian/changelog	2009-09-02 20:34:06 UTC (rev 3667)
@@ -1,3 +1,16 @@
+rdiff-backup (1.2.8-4) UNRELEASED; urgency=low
+
+  * Patch fixing restricted test-server option (Closes:#522278).
+  * debian/control
+    - add dpatch in Build-Depends
+  * debian/rules
+    - add call to dpatch
+  * Create debian/patches directory
+  * Create 00list file
+  * Create 01_fix_restricted_test-server_option.dpatch 
+
+ -- Carl Chenet <chaica at ohmytux.com>  Wed, 02 Sep 2009 22:27:41 +0200
+
 rdiff-backup (1.2.8-3) unstable; urgency=low
 
   * New debian/watch file

Modified: packages/rdiff-backup/trunk/debian/control
===================================================================
--- packages/rdiff-backup/trunk/debian/control	2009-09-02 19:48:14 UTC (rev 3666)
+++ packages/rdiff-backup/trunk/debian/control	2009-09-02 20:34:06 UTC (rev 3667)
@@ -5,7 +5,7 @@
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends:
  debhelper (>= 7.0.50~), python-support, python-dev, python-pylibacl, python-pyxattr,
- librsync-dev
+ librsync-dev, dpatch
 Standards-Version: 3.8.3
 Homepage: http://rdiff-backup.nongnu.org/
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/rdiff-backup/trunk/

Modified: packages/rdiff-backup/trunk/debian/rules
===================================================================
--- packages/rdiff-backup/trunk/debian/rules	2009-09-02 19:48:14 UTC (rev 3666)
+++ packages/rdiff-backup/trunk/debian/rules	2009-09-02 20:34:06 UTC (rev 3667)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+include /usr/share/dpatch/dpatch.make
+
 %:
 	dh $@
 




More information about the Python-apps-commits mailing list