[Python-modules-commits] r5668 - in packages/python-werkzeug/trunk/debian (4 files)

nslater-guest at users.alioth.debian.org nslater-guest at users.alioth.debian.org
Mon Jun 16 18:48:28 UTC 2008


    Date: Monday, June 16, 2008 @ 18:48:27
  Author: nslater-guest
Revision: 5668

new upstream release and additional changes

Modified:
  packages/python-werkzeug/trunk/debian/changelog
  packages/python-werkzeug/trunk/debian/control
  packages/python-werkzeug/trunk/debian/copyright
  packages/python-werkzeug/trunk/debian/rules

Modified: packages/python-werkzeug/trunk/debian/changelog
===================================================================
--- packages/python-werkzeug/trunk/debian/changelog	2008-06-16 18:03:42 UTC (rev 5667)
+++ packages/python-werkzeug/trunk/debian/changelog	2008-06-16 18:48:27 UTC (rev 5668)
@@ -1,9 +1,11 @@
-python-werkzeug (0.2-3) UNRELEASED; urgency=low
+python-werkzeug (0.3-1) unstable; urgency=low
 
-  * General standards improvement.
-  * Improved debian/copyright file per the proposed standard.
+  * New upstream release.
+  * Additions to debian/rules to correct new installation problems.
+  * Updated debian/copyright per latest format proposal.
+  * Updated Standards-Version.
 
- -- Noah Slater <nslater at bytesexual.org>  Mon, 21 Apr 2008 18:09:53 +0100
+ -- Noah Slater <nslater at bytesexual.org>  Mon, 16 Jun 2008 19:46:26 +0100
 
 python-werkzeug (0.2-2) unstable; urgency=low
 
@@ -26,7 +28,7 @@
   * New debian/watch file.
   * Added new Recommends/Suggests dependencies.
   * Remove unused Build-Depends-Indep packages.
-  * Updated Standards-Version to 3.7.3.
+  * Updated Standards-Version.
 
  -- Noah Slater <nslater at bytesexual.org>  Fri, 28 Dec 2007 11:09:34 +0000
 

Modified: packages/python-werkzeug/trunk/debian/control
===================================================================
--- packages/python-werkzeug/trunk/debian/control	2008-06-16 18:03:42 UTC (rev 5667)
+++ packages/python-werkzeug/trunk/debian/control	2008-06-16 18:48:27 UTC (rev 5668)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Noah Slater <nslater at bytesexual.org>
 Uploaders: Python Modules Packaging Team <python-modules-team at lists.alioth.debian.org>
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Build-Depends: cdbs (>= 0.4.42), debhelper (>= 5.0.37.2), python
 Build-Depends-Indep: python-setuptools (>= 0.6b3), python-support (>= 0.6.4)
 Homepage: http://werkzeug.pocoo.org/

Modified: packages/python-werkzeug/trunk/debian/copyright
===================================================================
--- packages/python-werkzeug/trunk/debian/copyright	2008-06-16 18:03:42 UTC (rev 5667)
+++ packages/python-werkzeug/trunk/debian/copyright	2008-06-16 18:48:27 UTC (rev 5668)
@@ -1,20 +1,13 @@
-X-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
-X-Debianized-By: Noah Slater <nslater at bytesexual.org>
-X-Debianized-Date: Fri, 20 Jul 2007 20:53:52 +0100
-X-Source-Downloaded-From: http://werkzeug.pocoo.org/download
-X-Source-Get-Original: ./debian/rules get-orig-source
-X-Upstream-Author: Pocoo
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Packaged-By: Noah Slater <nslater at bytesexual.org>
+Packaged-Date: Fri, 20 Jul 2007 20:53:52 +0100
+Original-Source-Location: http://werkzeug.pocoo.org/download
+Original-Source-Command: ./debian/rules get-orig-source
 
 Files: *
 Copyright: Copyright 2008, Armin Ronacher
  Copyright 2008, Georg Brandl
 License: BSD
-
-Files: debian/*
-Copyright: Copyright 2008, Noah Slater <nslater at bytesexual.org>
-License: GAP
-
-License: BSD
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
  .
@@ -39,6 +32,8 @@
  IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
  OF SUCH DAMAGE.
 
+Files: debian/*
+Copyright: Copyright 2008, Noah Slater <nslater at bytesexual.org>
 License: GAP
  Copying and distribution of this package, with or without modification, are
  permitted in any medium without royalty provided the copyright notice and this

Modified: packages/python-werkzeug/trunk/debian/rules
===================================================================
--- packages/python-werkzeug/trunk/debian/rules	2008-06-16 18:03:42 UTC (rev 5667)
+++ packages/python-werkzeug/trunk/debian/rules	2008-06-16 18:48:27 UTC (rev 5668)
@@ -8,8 +8,6 @@
 # permitted in any medium without royalty provided the copyright notice and this
 # notice are preserved.
 
-# Makefile used by dpkg-buildpackage to create a deb archive.
-
 DEB_PYTHON_SYSTEM := pysupport
 
 include /usr/share/cdbs/1/rules/buildcore.mk
@@ -19,6 +17,12 @@
 
 DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
 
+common-install-indep::
+	mkdir -p debian/python-werkzeug/usr/share/doc/python-werkzeug
+	rm debian/python-werkzeug/usr/docs/README
+	mv debian/python-werkzeug/usr/docs debian/python-werkzeug/usr/share/doc/python-werkzeug/html
+	chmod 644 debian/python-werkzeug/usr/lib/python2.5/site-packages/werkzeug/debug/shared/*
+
 get-orig-source:
 	uscan --force-download
 




More information about the Python-modules-commits mailing list