[Python-modules-commits] r18049 - in packages/webtest/trunk/debian (changelog control rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Aug 6 21:32:33 UTC 2011


    Date: Saturday, August 6, 2011 @ 21:32:32
  Author: piotr
Revision: 18049

* New upstream release
* Add build-arch and build-indep targets to debian/rules
* Standards-Version bumped to 3.9.2 (no changes needed)

Modified:
  packages/webtest/trunk/debian/changelog
  packages/webtest/trunk/debian/control
  packages/webtest/trunk/debian/rules

Modified: packages/webtest/trunk/debian/changelog
===================================================================
--- packages/webtest/trunk/debian/changelog	2011-08-06 21:21:54 UTC (rev 18048)
+++ packages/webtest/trunk/debian/changelog	2011-08-06 21:32:32 UTC (rev 18049)
@@ -1,3 +1,11 @@
+webtest (1.2.4-1) unstable; urgency=low
+
+  * New upstream release
+  * Add build-arch and build-indep targets to debian/rules
+  * Standards-Version bumped to 3.9.2 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sat, 06 Aug 2011 23:23:32 +0200
+
 webtest (1.2.3-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/webtest/trunk/debian/control
===================================================================
--- packages/webtest/trunk/debian/control	2011-08-06 21:21:54 UTC (rev 18048)
+++ packages/webtest/trunk/debian/control	2011-08-06 21:32:32 UTC (rev 18049)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: python-all,
  python-setuptools (>= 0.6b3-1~), python-webob, python-sphinx
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 X-Python-Version: >=2.4
 Homepage: http://pythonpaste.org/webtest/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/webtest/trunk/
@@ -16,7 +16,6 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-webob,
  python-paste (>= 1.7.1), python-pastedeploy, python-pastescript
-Breaks: ${python:Breaks}
 Recommends: python-simplejson, python-beautifulsoup, python-lxml
 Description: wraps any WSGI application and makes it easy to test
  WebTest helps you test your WSGI-based web applications. This can be any

Modified: packages/webtest/trunk/debian/rules
===================================================================
--- packages/webtest/trunk/debian/rules	2011-08-06 21:21:54 UTC (rev 18048)
+++ packages/webtest/trunk/debian/rules	2011-08-06 21:32:32 UTC (rev 18049)
@@ -13,7 +13,9 @@
 	find . -name *\.py[co] -exec rm {} \;
 	dh_clean build-docs* $(PYVERS:%=install-python%)
 
-build: build-docs
+build: build-indep
+build-arch:
+build-indep: build-docs
 
 build-docs:
 	dh_testdir
@@ -52,4 +54,4 @@
 
 binary: binary-indep binary-arch
 
-.PHONY: build clean binary-indep binary-arch binary install build
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install build




More information about the Python-modules-commits mailing list