[Python-modules-commits] r9198 - in packages/python-uniconvertor/trunk/debian (6 files)

awen-guest at users.alioth.debian.org awen-guest at users.alioth.debian.org
Tue Jul 28 23:07:39 UTC 2009


    Date: Tuesday, July 28, 2009 @ 23:07:38
  Author: awen-guest
Revision: 9198

    - Modify README.source to point to quilt documentation
  * debian/control:
    - Bump standards-version to 3.8.2, no other changes needed
    - python-uniconvertor-dbg moved to section 'debug'
  * debian/watch: Update as download page has changed

Added:
  packages/python-uniconvertor/trunk/debian/README.source
  packages/python-uniconvertor/trunk/debian/python-uniconvertor.preinst
    (from rev 9183, packages/python-uniconvertor/trunk/debian/preinst.python-uniconvertor)
Modified:
  packages/python-uniconvertor/trunk/debian/changelog
  packages/python-uniconvertor/trunk/debian/control
  packages/python-uniconvertor/trunk/debian/watch
Deleted:
  packages/python-uniconvertor/trunk/debian/preinst.python-uniconvertor

Added: packages/python-uniconvertor/trunk/debian/README.source
===================================================================
--- packages/python-uniconvertor/trunk/debian/README.source	                        (rev 0)
+++ packages/python-uniconvertor/trunk/debian/README.source	2009-07-28 23:07:38 UTC (rev 9198)
@@ -0,0 +1,2 @@
+This package uses the patch management system quilt as documented in
+/usr/share/doc/quilt/README.source.

Modified: packages/python-uniconvertor/trunk/debian/changelog
===================================================================
--- packages/python-uniconvertor/trunk/debian/changelog	2009-07-28 21:17:18 UTC (rev 9197)
+++ packages/python-uniconvertor/trunk/debian/changelog	2009-07-28 23:07:38 UTC (rev 9198)
@@ -18,17 +18,20 @@
     - Rename patches from *.dpatch to *.patch and remove the
       dpatch-introduction in all of them.
     - Change the 00list-file to a series-file
-    - Delete README.source; only content was dpatch-related
-  * debian/control: Bump standards-version to 3.8.1, no other changes needed
+    - Modify README.source to point to quilt documentation
+  * debian/control:
+    - Bump standards-version to 3.8.2, no other changes needed
+    - python-uniconvertor-dbg moved to section 'debug'
   * debian/rules: Add --install-layout=deb to setup.py lines
   * debian/copyright: Update copyright years to reflect upstream
   * debian/README.Debian: Update with more info on font support
+  * debian/watch: Update as download page has changed
   * Add 02_fake_fallback_font.patch which adds a fake fall-back font; this
     makes uniconvertor able to convert path-based files with embedded font
     information. Thanks to Xavi Drudis Ferran.
   * Update 03_fontwarning.patch to warn when using the fallback font.
 
- -- Andreas Wenning <awen at awen.dk>  Tue, 28 Jul 2009 01:09:42 +0200
+ -- Andreas Wenning <awen at awen.dk>  Wed, 29 Jul 2009 00:27:02 +0200
 
 python-uniconvertor (1.1.3-4) unstable; urgency=low
 

Modified: packages/python-uniconvertor/trunk/debian/control
===================================================================
--- packages/python-uniconvertor/trunk/debian/control	2009-07-28 21:17:18 UTC (rev 9197)
+++ packages/python-uniconvertor/trunk/debian/control	2009-07-28 23:07:38 UTC (rev 9198)
@@ -8,7 +8,7 @@
 XS-Python-Version: all
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-uniconvertor/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-uniconvertor/trunk/
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 
 Package: python-uniconvertor
 Architecture: any
@@ -43,6 +43,7 @@
   * PS (PostScript)
 
 Package: python-uniconvertor-dbg
+Section: debug
 Architecture: any
 Priority: extra
 Depends: python-dbg, ${shlibs:Depends}, python-imaging, python-uniconvertor (= ${binary:Version})

Deleted: packages/python-uniconvertor/trunk/debian/preinst.python-uniconvertor
===================================================================
--- packages/python-uniconvertor/trunk/debian/preinst.python-uniconvertor	2009-07-28 21:17:18 UTC (rev 9197)
+++ packages/python-uniconvertor/trunk/debian/preinst.python-uniconvertor	2009-07-28 23:07:38 UTC (rev 9198)
@@ -1,3 +0,0 @@
-if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 1.1.4-1; then
-	pycentral pkgremove python-uniconvertor
-fi

Copied: packages/python-uniconvertor/trunk/debian/python-uniconvertor.preinst (from rev 9183, packages/python-uniconvertor/trunk/debian/preinst.python-uniconvertor)
===================================================================
--- packages/python-uniconvertor/trunk/debian/python-uniconvertor.preinst	                        (rev 0)
+++ packages/python-uniconvertor/trunk/debian/python-uniconvertor.preinst	2009-07-28 23:07:38 UTC (rev 9198)
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 1.1.4-1; then
+	pycentral pkgremove python-uniconvertor
+fi
+#DEBHELPER#


Property changes on: packages/python-uniconvertor/trunk/debian/python-uniconvertor.preinst
___________________________________________________________________
Added: svn:mergeinfo
   + 

Modified: packages/python-uniconvertor/trunk/debian/watch
===================================================================
--- packages/python-uniconvertor/trunk/debian/watch	2009-07-28 21:17:18 UTC (rev 9197)
+++ packages/python-uniconvertor/trunk/debian/watch	2009-07-28 23:07:38 UTC (rev 9198)
@@ -1,2 +1,2 @@
 version=3
-http://sk1project.org/modules.php?name=Products&product=uniconvertor http://sk1project.org/downloads/uniconvertor/v.*/uniconvertor-(.*)\.tar\.gz
+http://sk1project.org/modules.php?name=Products&product=uniconvertor&op=download http://sk1project.org/downloads/uniconvertor/v.*/uniconvertor-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list