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

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Tue Jul 22 20:32:22 UTC 2008


    Date: Tuesday, July 22, 2008 @ 20:32:19
  Author: piotr
Revision: 6016

* New upstream release
* python-simplejson, python-paste, python-pastedeploy, python-pkg-resources and python-pygments added to Depends
* python, python-all-dev, python-support, and python-setuptools build dependencies moved to Build-Depends-Indep
* dpatch removed from debian/control and debian/rules
* Vcs-Svn and Vcs-Browser fields added in debian/control
* Typo fixed in long description (s/functinality/functionality)
* CHANGELOG file installed as upstream changelog
* debian/watch file added (sorry Sandro, you forgot to svn add your file :-P)
* XS-Python-Version bumped to >=2.4 (xml.dom.minidom)
* Bump Standards-Version to 3.8.0 (no changes needed)

Added:
  packages/python-weberror/trunk/debian/README.Source
  packages/python-weberror/trunk/debian/watch
Modified:
  packages/python-weberror/trunk/debian/changelog
  packages/python-weberror/trunk/debian/control
  packages/python-weberror/trunk/debian/copyright
  packages/python-weberror/trunk/debian/rules

Added: packages/python-weberror/trunk/debian/README.Source
===================================================================
--- packages/python-weberror/trunk/debian/README.Source	                        (rev 0)
+++ packages/python-weberror/trunk/debian/README.Source	2008-07-22 20:32:19 UTC (rev 6016)
@@ -0,0 +1,3 @@
+The upstream developers are notified on the MacOS files that should not have
+been contained in the upstream tarball.
+

Modified: packages/python-weberror/trunk/debian/changelog
===================================================================
--- packages/python-weberror/trunk/debian/changelog	2008-07-22 19:41:38 UTC (rev 6015)
+++ packages/python-weberror/trunk/debian/changelog	2008-07-22 20:32:19 UTC (rev 6016)
@@ -1,16 +1,37 @@
-python-weberror (0.8a-2) UNRELEASED; urgency=low
+python-weberror (0.9-1) UNRELEASED; urgency=low
 
   [ Carlos Galisteo ]
-  [Carlos Galisteo]
   * debian/control:
     - Added Homepage field.
 
-  [ Sandro Tosi ]
-  * debian/watch
-    - added
+  [ Piotr Ożarowski ]
+  * New upstream release
+  * python-simplejson, python-paste, python-pastedeploy, python-pkg-resources
+    and python-pygments added to Depends
+  * python, python-all-dev, python-support, and python-setuptools build
+    dependencies moved to Build-Depends-Indep
+  * dpatch removed from debian/control and debian/rules
+  * Vcs-Svn and Vcs-Browser fields added in debian/control
+  * Typo fixed in long description (s/functinality/functionality)
+  * CHANGELOG file installed as upstream changelog
+  * debian/watch file added
+  * XS-Python-Version bumped to >=2.4 (xml.dom.minidom)
+  * Bump Standards-Version to 3.8.0 (no changes needed)
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Wed, 09 Jul 2008 01:54:26 +0200
+ -- Piotr Ożarowski <piotr at debian.org>  Tue, 22 Jul 2008 22:07:50 +0200
 
+python-weberror (0.8a-3) unstable; urgency=low
+
+  * Added build dependency for dpatch (closes: #483346) 
+
+ -- Christoph Haas <haas at debian.org>  Wed, 28 May 2008 19:23:29 +0200
+
+python-weberror (0.8a-2) unstable; urgency=low
+
+  * Added copyright notes for collector.py and jQuery.js
+
+ -- Christoph Haas <haas at debian.org>  Mon, 12 May 2008 12:40:55 +0200
+
 python-weberror (0.8a-1) unstable; urgency=low
 
   * Initial release (Closes: #476923)

Modified: packages/python-weberror/trunk/debian/control
===================================================================
--- packages/python-weberror/trunk/debian/control	2008-07-22 19:41:38 UTC (rev 6015)
+++ packages/python-weberror/trunk/debian/control	2008-07-22 20:32:19 UTC (rev 6016)
@@ -3,16 +3,19 @@
 Priority: extra
 Maintainer: Christoph Haas <haas at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5), python (>= 2.3.3), python-all-dev, python-support (>= 0.6.4), python-setuptools (>= 0.6b3)
-Standards-Version: 3.7.3
-XS-Python-Version: all
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: python (>= 2.3.3), python-all-dev, python-support (>= 0.6.4), python-setuptools (>= 0.6b3-1~)
+Standards-Version: 3.8.0
+XS-Python-Version: >=2.4
 Homepage: http://pypi.python.org/pypi/WebError
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-weberror/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-weberror/trunk/?op=log
 
 Package: python-weberror
 Architecture: all
-Depends: ${python:Depends}, python, python-webob, python-tempita
+Depends: ${python:Depends}, python, python-webob, python-tempita,
+ python-simplejson, python-paste, python-pastedeploy, python-pkg-resources, python-pygments
 Description: Python web error handling and exception catching module
  This Python module provides error handling and exception catching
- functinality for WSGI web applications. It is primarily used by Pylons
+ functionality for WSGI web applications. It is primarily used by Pylons
  (python-pylons).
-

Modified: packages/python-weberror/trunk/debian/copyright
===================================================================
--- packages/python-weberror/trunk/debian/copyright	2008-07-22 19:41:38 UTC (rev 6015)
+++ packages/python-weberror/trunk/debian/copyright	2008-07-22 20:32:19 UTC (rev 6016)
@@ -15,8 +15,16 @@
     Copyright © 2008 Ian Bicking
     Copyright © 2008 Mark Ramm
 
-License (MIT):
+The package includes the jQuery Javascript library which is
 
+    Copyright © 2007 John Resig
+
+The collectory.py included in this package is
+
+    Copyright © 2005 Ian Bicking and contributors
+
+All files are licensed unter the MIT license:
+
     Permission is hereby granted, free of charge, to any person
     obtaining a copy of this software and associated documentation
     files (the "Software"), to deal in the Software without
@@ -38,6 +46,7 @@
     FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
     OTHER DEALINGS IN THE SOFTWARE.
 
+
 The Debian packaging is (C) 2008, Christoph Haas <haas at debian.org> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
 

Modified: packages/python-weberror/trunk/debian/rules
===================================================================
--- packages/python-weberror/trunk/debian/rules	2008-07-22 19:41:38 UTC (rev 6015)
+++ packages/python-weberror/trunk/debian/rules	2008-07-22 20:32:19 UTC (rev 6016)
@@ -4,11 +4,7 @@
 #export DH_VERBOSE=1
 package=python-weberror
 
-unpatch:
-	dpatch deapply-all
-	rm -rf patch-stamp debian/patched
-
-clean: unpatch
+clean:
 	rm -f build-*
 	dh_testdir
 	dh_testroot
@@ -16,20 +12,10 @@
 	find . -name *\.py[co] -exec rm -f {} \;
 	dh_clean
 
-build: patch-stamp build-stamp
+build:
 
-patch-stamp:
-	dpatch apply-all
-	python setup.py clean
-	touch $@
-
-build-stamp:
+install:
 	dh_testdir
-	python setup.py build
-	touch $@
-
-install: build
-	dh_testdir
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
@@ -41,9 +27,8 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs
+	dh_installchangelogs CHANGELOG
 	dh_installdocs
-	dh_installexamples
 	dh_strip
 	dh_compress -X.py
 	dh_fixperms
@@ -51,7 +36,6 @@
 	find debian/$(package) -type f -perm 755 | xargs -r chmod 644
 	find debian/$(package) -name '._*' -type f | xargs -r rm
 	dh_installdeb
-	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb
@@ -59,5 +43,5 @@
 binary-arch:
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install
 

Added: packages/python-weberror/trunk/debian/watch
===================================================================
--- packages/python-weberror/trunk/debian/watch	                        (rev 0)
+++ packages/python-weberror/trunk/debian/watch	2008-07-22 20:32:19 UTC (rev 6016)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/W/WebError/WebError-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list