[Python-modules-commits] r5638 - in packages/pastedeploy/trunk/debian (4 files)

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


    Date: Saturday, June 14, 2008 @ 14:38:26
  Author: piotr
Revision: 5638

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

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

Added: packages/pastedeploy/trunk/debian/README.source
===================================================================
--- packages/pastedeploy/trunk/debian/README.source	                        (rev 0)
+++ packages/pastedeploy/trunk/debian/README.source	2008-06-14 14:38:26 UTC (rev 5638)
@@ -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/pastedeploy/trunk/debian/changelog
===================================================================
--- packages/pastedeploy/trunk/debian/changelog	2008-06-14 13:44:45 UTC (rev 5637)
+++ packages/pastedeploy/trunk/debian/changelog	2008-06-14 14:38:26 UTC (rev 5638)
@@ -1,3 +1,12 @@
+pastedeploy (1.3.2-1) unstable; urgency=low
+
+  * New upstream release
+  * 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:46:40 +0200
+
 pastedeploy (1.3.1-3) unstable; urgency=low
 
   * Replace python-setuptools with python-pkg-resources in Depends

Modified: packages/pastedeploy/trunk/debian/control
===================================================================
--- packages/pastedeploy/trunk/debian/control	2008-06-14 13:44:45 UTC (rev 5637)
+++ packages/pastedeploy/trunk/debian/control	2008-06-14 14:38:26 UTC (rev 5638)
@@ -5,7 +5,7 @@
 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-1~), python-docutils
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Homepage: http://pythonpaste.org/deploy/
 XS-Python-Version: all
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pastedeploy/trunk/
@@ -24,4 +24,3 @@
  Egg. For WSGI application providers it only asks for a single, simple entry
  point to your application, so that application users don't need to be exposed
  to the implementation details of your application.
-

Modified: packages/pastedeploy/trunk/debian/rules
===================================================================
--- packages/pastedeploy/trunk/debian/rules	2008-06-14 13:44:45 UTC (rev 5637)
+++ packages/pastedeploy/trunk/debian/rules	2008-06-14 14:38:26 UTC (rev 5638)
@@ -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-pastedeploy
 
 include /usr/share/dpatch/dpatch.make




More information about the Python-modules-commits mailing list