[Python-modules-commits] r7374 - in packages/pycairo/trunk/debian (changelog control rules)

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Mon Jan 19 13:58:02 UTC 2009


    Date: Monday, January 19, 2009 @ 13:58:01
  Author: shlomme
Revision: 7374

* lintian fixes and wrong line continuation

Modified:
  packages/pycairo/trunk/debian/changelog
  packages/pycairo/trunk/debian/control
  packages/pycairo/trunk/debian/rules

Modified: packages/pycairo/trunk/debian/changelog
===================================================================
--- packages/pycairo/trunk/debian/changelog	2009-01-19 13:51:04 UTC (rev 7373)
+++ packages/pycairo/trunk/debian/changelog	2009-01-19 13:58:01 UTC (rev 7374)
@@ -7,7 +7,7 @@
     - Bumped standards version to 3.8.0, no changes necessary
     - Changed XS-Python-Version to only build the package for Python 2.5
     - Updated build dependencies according to Python Policy recommendations
-    - Removed old Replace/Conflicts because there are no 2.3 or 2.4 packages anymore
+    - Removed old Replace/Conflicts, there are no 2.3 or 2.4 packages anymore
     - Set DPMT as maintainers
     - Added Dave Beckett and myself as uploaders
     - Update build dependency on libcairo2-dev to latest version 1.8.6

Modified: packages/pycairo/trunk/debian/control
===================================================================
--- packages/pycairo/trunk/debian/control	2009-01-19 13:51:04 UTC (rev 7373)
+++ packages/pycairo/trunk/debian/control	2009-01-19 13:58:01 UTC (rev 7374)
@@ -25,7 +25,7 @@
  This package contains modules that allow you to use the cairo vector
  graphics library in Python programs.
  .
- This package contains the extension built for the python debug interpreter.
+ This package contains the extension built for the Python debug interpreter.
 
 Package: python-cairo-dev
 Architecture: all

Modified: packages/pycairo/trunk/debian/rules
===================================================================
--- packages/pycairo/trunk/debian/rules	2009-01-19 13:51:04 UTC (rev 7373)
+++ packages/pycairo/trunk/debian/rules	2009-01-19 13:58:01 UTC (rev 7374)
@@ -63,7 +63,7 @@
 	cd build-$* && PYTHON=/usr/bin/python$* ../configure $(CONFFLAGS) \
 		--prefix=$(prefix) \
 		--mandir=$(share)/man \
-		--infodir=$(share)/info \
+		--infodir=$(share)/info
 	touch $@
 
 dbg-build-%/configure-stamp: configure-stamp
@@ -72,7 +72,7 @@
 	cd dbg-build-$* && CFLAGS="$(CFLAGS) -O0" PYTHON=/usr/bin/python$*-dbg ../configure $(CONFFLAGS) \
 		--prefix=$(prefix) \
 		--mandir=$(share)/man \
-		--infodir=$(share)/info \
+		--infodir=$(share)/info
 	touch $@
 
 build: configure-stamp build-stamp




More information about the Python-modules-commits mailing list