[Python-apps-commits] r1696 - in packages/moap/trunk/debian (3 files)

gilir-guest at users.alioth.debian.org gilir-guest at users.alioth.debian.org
Tue Aug 26 23:11:17 UTC 2008


    Date: Tuesday, August 26, 2008 @ 23:11:16
  Author: gilir-guest
Revision: 1696

* Add links to the patch
* Add rule for patchs

Modified:
  packages/moap/trunk/debian/changelog
  packages/moap/trunk/debian/patches/01-assign-variable-moap-bug.patch
  packages/moap/trunk/debian/rules

Modified: packages/moap/trunk/debian/changelog
===================================================================
--- packages/moap/trunk/debian/changelog	2008-08-26 22:37:51 UTC (rev 1695)
+++ packages/moap/trunk/debian/changelog	2008-08-26 23:11:16 UTC (rev 1696)
@@ -1,13 +1,15 @@
-moap (0.2.6-2) UNRELEASED; urgency=low
+moap (0.2.6-2) unstable; urgency=low
 
   * debian/control
    - Suggests all control software that moap can support.
      (Closes: #496533).
+  * debian/rules
+   - Add cdbs simple-patchsys rule.
   * debian/patches
-   - 01-assign-variable-moap-bug.patch : Assign a variable properly in 
-     command/bug.py. Thanks Jelmer Vernooij for the patch (Closes: #496534). 
+   - 01-assign-variable-moap-bug.patch : Assign a variable properly in
+     command/bug.py. Thanks Jelmer Vernooij for the patch (Closes: #496534).
 
- -- Julien Lavergne <julien.lavergne at gmail.com>  Tue, 26 Aug 2008 23:53:27 +0200
+ -- Julien Lavergne <julien.lavergne at gmail.com>  Wed, 27 Aug 2008 01:10:05 +0200
 
 moap (0.2.6-1) unstable; urgency=low
 

Modified: packages/moap/trunk/debian/patches/01-assign-variable-moap-bug.patch
===================================================================
--- packages/moap/trunk/debian/patches/01-assign-variable-moap-bug.patch	2008-08-26 22:37:51 UTC (rev 1695)
+++ packages/moap/trunk/debian/patches/01-assign-variable-moap-bug.patch	2008-08-26 23:11:16 UTC (rev 1696)
@@ -1,3 +1,5 @@
+# Debian : http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496534
+# Upstream : https://thomas.apestaart.org/moap/trac/ticket/295
 --- moap/command/bug.py	2008-08-25 16:25:13.000000000 +0200
 +++ moap/command/bug.py	2008-08-25 16:25:06.000000000 +0200
 @@ -109,6 +109,7 @@

Modified: packages/moap/trunk/debian/rules
===================================================================
--- packages/moap/trunk/debian/rules	2008-08-26 22:37:51 UTC (rev 1695)
+++ packages/moap/trunk/debian/rules	2008-08-26 23:11:16 UTC (rev 1696)
@@ -3,6 +3,7 @@
 DH_ALWAYS_EXCLUDE=CVS:.svn
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 DEB_PYTHON_SYSTEM=pycentral
 




More information about the Python-apps-commits mailing list