[Python-modules-commits] r5639 - in packages/pastescript/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Jun 14 14:38:51 UTC 2008


    Date: Saturday, June 14, 2008 @ 14:38:50
  Author: piotr
Revision: 5639

* New upstream release
* python-paste and python-pastedeploy added to build dependencies
* Don't feed rst2html with new subdirectories of docs directory
* Standards-Version bumped to 3.8.0:
  + debian/README.source file added

Added:
  packages/pastescript/trunk/debian/README.source
Modified:
  packages/pastescript/trunk/debian/changelog
  packages/pastescript/trunk/debian/control
  packages/pastescript/trunk/debian/rules

Added: packages/pastescript/trunk/debian/README.source
===================================================================
--- packages/pastescript/trunk/debian/README.source	                        (rev 0)
+++ packages/pastescript/trunk/debian/README.source	2008-06-14 14:38:50 UTC (rev 5639)
@@ -0,0 +1,4 @@
+This package is using dpatch patch system. 
+
+To get the fully patched source after unpacking the source package, cd to
+the root level of the source package and run `./debian/rules patch`

Modified: packages/pastescript/trunk/debian/changelog
===================================================================
--- packages/pastescript/trunk/debian/changelog	2008-06-14 14:38:26 UTC (rev 5638)
+++ packages/pastescript/trunk/debian/changelog	2008-06-14 14:38:50 UTC (rev 5639)
@@ -1,3 +1,13 @@
+pastescript (1.6.3-1) unstable; urgency=low
+
+  * New upstream release
+  * python-paste and python-pastedeploy added to build dependencies
+  * Don't feed rst2html with new subdirectories of docs directory
+  * Standards-Version bumped to 3.8.0:
+    + debian/README.source file added
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 14 Jun 2008 11:43:52 +0200
+
 pastescript (1.6.2-4) unstable; urgency=low
 
   * Revert my last changes in paster script:

Modified: packages/pastescript/trunk/debian/control
===================================================================
--- packages/pastescript/trunk/debian/control	2008-06-14 14:38:26 UTC (rev 5638)
+++ packages/pastescript/trunk/debian/control	2008-06-14 14:38:50 UTC (rev 5639)
@@ -5,8 +5,8 @@
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5), dpatch
 Build-Depends-Indep: python (>= 2.3.5-11), python-all-dev, python-support (>= 0.6.4),
- python-setuptools (>= 0.6b3), python-docutils
-Standards-Version: 3.7.3
+ python-setuptools (>= 0.6b3-1~), python-docutils, python-paste, python-pastedeploy
+Standards-Version: 3.8.0
 Homepage: http://pythonpaste.org/script/
 XS-Python-Version: >= 2.4
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pastescript/trunk/

Modified: packages/pastescript/trunk/debian/rules
===================================================================
--- packages/pastescript/trunk/debian/rules	2008-06-14 14:38:26 UTC (rev 5638)
+++ packages/pastescript/trunk/debian/rules	2008-06-14 14:38:50 UTC (rev 5639)
@@ -4,7 +4,7 @@
 
 DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
 PYVERS=$(shell pyversions -vr)
-DOCS=$(shell cd docs && find ./ -name "*.txt" -not -name "license.txt" -printf "%p " | sed "s/.txt//g")
+DOCS=$(shell cd docs && find ./ -maxdepth 1 -name "*.txt" -not -name "license.txt" -printf "%p " | sed "s/.txt//g")
 PKGDIR=$(CURDIR)/debian/python-pastescript
 
 include /usr/share/dpatch/dpatch.make 




More information about the Python-modules-commits mailing list