[Python-modules-commits] r8184 - in packages/constraint/trunk/debian (changelog control watch)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Tue Apr 7 21:21:07 UTC 2009


    Date: Tuesday, April 7, 2009 @ 21:21:06
  Author: morph
Revision: 8184

* Moved packaging to pysupport (closes: #522883), fixed dependency on
  python-logilab-common
* debian/watch
  - fixed
* debian/control
  - moved python b-d to b-d-i (lintian warning)

Modified:
  packages/constraint/trunk/debian/changelog
  packages/constraint/trunk/debian/control
  packages/constraint/trunk/debian/watch

Modified: packages/constraint/trunk/debian/changelog
===================================================================
--- packages/constraint/trunk/debian/changelog	2009-04-07 21:08:04 UTC (rev 8183)
+++ packages/constraint/trunk/debian/changelog	2009-04-07 21:21:06 UTC (rev 8184)
@@ -1,13 +1,20 @@
 constraint (0.4.0-3) unstable; urgency=low
 
+  [ Alexandre Fayolle ]
   * Moved to Alioth's Python Module Packaging team
   * Updated debian/watch
-  * Moved packaging to pysupport (closes: #522883), fixed dependency on python-logilab-common
+  * Moved packaging to pysupport (closes: #522883), fixed dependency on
+    python-logilab-common
   * upload to Debian of version 0.4
   
-  
- -- Alexandre Fayolle <afayolle at debian.org>  Tue, 07 Apr 2009 09:51:19 +0200
+  [ Sandro Tosi]
+  * debian/watch
+    - fixed
+  * debian/control
+    - moved python b-d to b-d-i (lintian warning)
 
+ -- Alexandre Fayolle <afayolle at debian.org>  Tue, 07 Apr 2009 23:17:04 +0200
+
 constraint (0.4.0-2) unstable; urgency=low
 
   * updated debian standards to 3.7.2

Modified: packages/constraint/trunk/debian/control
===================================================================
--- packages/constraint/trunk/debian/control	2009-04-07 21:08:04 UTC (rev 8183)
+++ packages/constraint/trunk/debian/control	2009-04-07 21:21:06 UTC (rev 8184)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Alexandre Fayolle <afayolle at debian.org> 
-Build-Depends-Indep: python-support
-Build-Depends: debhelper (>= 5.0.38), python (>=2.3.5-7)
+Build-Depends-Indep: python-support, python (>= 2.3.5-7)
+Build-Depends: debhelper (>= 5.0.38)
 XS-Python-Version: all
 Standards-Version: 3.8.1
 Homepage: http://www.logilab.org/project/logilab-constraint

Modified: packages/constraint/trunk/debian/watch
===================================================================
--- packages/constraint/trunk/debian/watch	2009-04-07 21:08:04 UTC (rev 8183)
+++ packages/constraint/trunk/debian/watch	2009-04-07 21:21:06 UTC (rev 8184)
@@ -1,3 +1,3 @@
 version=3
-opts=pasv ftp://ftp.logilab.org/pub/constraint//logilab-constraint-(.*)\.tar\.gz 
+opts=pasv ftp://ftp.logilab.org/pub/constraint/constraint-(.*)\.tar\.gz 
 




More information about the Python-modules-commits mailing list