[Python-modules-commits] r4045 - in packages/python-werkzeug/trunk/debian (6 files)
nslater-guest at users.alioth.debian.org
nslater-guest at users.alioth.debian.org
Thu Dec 27 22:41:56 UTC 2007
Date: Thursday, December 27, 2007 @ 22:41:55
Author: nslater-guest
Revision: 4045
Updated Werkzeug version to 0.1.
Added:
packages/python-werkzeug/trunk/debian/watch
Modified:
packages/python-werkzeug/trunk/debian/changelog
packages/python-werkzeug/trunk/debian/rules
Deleted:
packages/python-werkzeug/trunk/debian/docs
packages/python-werkzeug/trunk/debian/install
packages/python-werkzeug/trunk/debian/manpages
Modified: packages/python-werkzeug/trunk/debian/changelog
===================================================================
--- packages/python-werkzeug/trunk/debian/changelog 2007-12-27 22:16:23 UTC (rev 4044)
+++ packages/python-werkzeug/trunk/debian/changelog 2007-12-27 22:41:55 UTC (rev 4045)
@@ -1,3 +1,10 @@
+python-werkzeug (0.1-1) unstable; urgency=low
+
+ * Updated Werkzeug version to 0.1.
+ * Updated Standards-Version to 3.7.3.
+
+ -- Noah Slater <nslater at bytesexual.org> Thu, 27 Dec 2007 22:16:20 +0000
+
python-werkzeug (0.1~svn3830-2) unstable; urgency=low
* Removed surplus Priority control field.
Deleted: packages/python-werkzeug/trunk/debian/docs
===================================================================
--- packages/python-werkzeug/trunk/debian/docs 2007-12-27 22:16:23 UTC (rev 4044)
+++ packages/python-werkzeug/trunk/debian/docs 2007-12-27 22:41:55 UTC (rev 4045)
@@ -1,2 +0,0 @@
-docs/html
-docs/txt
Deleted: packages/python-werkzeug/trunk/debian/install
===================================================================
--- packages/python-werkzeug/trunk/debian/install 2007-12-27 22:16:23 UTC (rev 4044)
+++ packages/python-werkzeug/trunk/debian/install 2007-12-27 22:41:55 UTC (rev 4045)
@@ -1 +0,0 @@
-examples /usr/share/python-werkzeug
Deleted: packages/python-werkzeug/trunk/debian/manpages
===================================================================
--- packages/python-werkzeug/trunk/debian/manpages 2007-12-27 22:16:23 UTC (rev 4044)
+++ packages/python-werkzeug/trunk/debian/manpages 2007-12-27 22:41:55 UTC (rev 4045)
@@ -1 +0,0 @@
-werkzeug-bootstrap.1
Modified: packages/python-werkzeug/trunk/debian/rules
===================================================================
--- packages/python-werkzeug/trunk/debian/rules 2007-12-27 22:16:23 UTC (rev 4044)
+++ packages/python-werkzeug/trunk/debian/rules 2007-12-27 22:41:55 UTC (rev 4045)
@@ -19,41 +19,3 @@
DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
DEB_PYTHON_PRIVATE_MODULES_DIRS = -X /usr/share/python-werkzeug
-
-UPSTREAM_REPOSITORY_ADDRESS = http://trac.pocoo.org/repos/werkzeug/trunk
-
-PACKAGE_NAME_FRAGMENT = python-werkzeug
-PACKAGE_VERSION_FRAGMENT = 0.1~svn
-
-clean::
- rm --force werkzeug-bootstrap.1
- rm --force debian/copyright.html
- rm --force docs/build/*.html
- rm --recursive --force docs/html
- rm --recursive --force docs/txt
-
-common-build-indep::
- help2man --no-info --name="generate Werkzeug bootstrapping code" \
- ./werkzeug-bootstrap > werkzeug-bootstrap.1
- cd docs && ./generate.py
- cp --preserve --recursive docs/build docs/html
- cp --preserve --recursive docs/src docs/txt
- find docs/txt -type f | xargs gzip -9
- chmod a+x examples/upload.py
-
-get-orig-source:
- @if [ "$$REVISION" = "" ]; then \
- REVISION=$(shell LC_ALL=C svn --non-interactive info \
- $(UPSTREAM_REPOSITORY_ADDRESS) | grep Revision | cut -c 11-); \
- fi; \
- if [ "$$REVISION" = "" ]; then \
- exit 1; \
- fi; \
- LC_ALL=C svn --quiet export --revision $${REVISION} \
- $(UPSTREAM_REPOSITORY_ADDRESS) \
- $(PACKAGE_NAME_FRAGMENT)-$(PACKAGE_VERSION_FRAGMENT)$${REVISION}.orig; \
- tar --create --gzip --file \
- $(PACKAGE_NAME_FRAGMENT)_$(PACKAGE_VERSION_FRAGMENT)$${REVISION}.orig.tar.gz \
- $(PACKAGE_NAME_FRAGMENT)-$(PACKAGE_VERSION_FRAGMENT)$${REVISION}.orig; \
- rm --recursive --force \
- $(PACKAGE_NAME_FRAGMENT)-$(PACKAGE_VERSION_FRAGMENT)$${REVISION}.orig;
Added: packages/python-werkzeug/trunk/debian/watch
===================================================================
--- packages/python-werkzeug/trunk/debian/watch (rev 0)
+++ packages/python-werkzeug/trunk/debian/watch 2007-12-27 22:41:55 UTC (rev 4045)
@@ -0,0 +1,3 @@
+version = 3
+
+http://cheeseshop.python.org/packages/source/W/Werkzeug/Werkzeug-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list