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

malex at users.alioth.debian.org malex at users.alioth.debian.org
Fri Jan 8 06:09:15 UTC 2010


    Date: Friday, January 8, 2010 @ 06:09:06
  Author: malex
Revision: 11049

upload 1.0~b3 to experimental

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

Modified: packages/webhelpers/trunk/debian/changelog
===================================================================
--- packages/webhelpers/trunk/debian/changelog	2010-01-08 05:55:12 UTC (rev 11048)
+++ packages/webhelpers/trunk/debian/changelog	2010-01-08 06:09:06 UTC (rev 11049)
@@ -1,3 +1,14 @@
+webhelpers (1.0~b3-1) experimental; urgency=low
+
+  * Upload the third beta to experimental.
+  * debian/source/format: Change source format to v 3.0 (quilt).
+  * debian/rules:
+    - Remove obsolete patching code.
+    - Remove obsolete linking to scriptaculous.
+  * debian/control: Remove build-depends on dpatch.
+
+ -- Oleksandr Moskalenko <malex at debian.org>  Thu, 07 Jan 2010 23:56:08 -0600
+
 webhelpers (0.6.4-2) unstable; urgency=low
 
   * Acknowledge NMUs.

Modified: packages/webhelpers/trunk/debian/control
===================================================================
--- packages/webhelpers/trunk/debian/control	2010-01-08 05:55:12 UTC (rev 11048)
+++ packages/webhelpers/trunk/debian/control	2010-01-08 06:09:06 UTC (rev 11049)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Oleksandr Moskalenko <malex at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5), python-all-dev (>= 2.5.4), python-support (>= 0.6.4), python-setuptools (>= 0.6b3), dpatch
+Build-Depends: debhelper (>= 5), python-all-dev (>= 2.5.4), python-support (>= 0.6.4), python-setuptools (>= 0.6b3)
 Standards-Version: 3.8.3
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/webhelpers/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/webhelpers/trunk/

Modified: packages/webhelpers/trunk/debian/rules
===================================================================
--- packages/webhelpers/trunk/debian/rules	2010-01-08 05:55:12 UTC (rev 11048)
+++ packages/webhelpers/trunk/debian/rules	2010-01-08 06:09:06 UTC (rev 11049)
@@ -5,12 +5,11 @@
 package=python-webhelpers
 PYDEFAULT=$(shell pyversions -d)
 
-include /usr/share/dpatch/dpatch.make
 include /usr/share/python/python.mk
 
 SITEDIR = $(call py_sitename, $(PYDEFAULT))
 
-clean: unpatch
+clean:
 	rm -f build-*
 	dh_testdir
 	dh_testroot
@@ -20,7 +19,7 @@
 
 build: build-stamp
 
-build-stamp: patch
+build-stamp:
 	dh_testdir
 	python setup.py build
 	touch $@
@@ -34,8 +33,6 @@
 		--no-compile \
 		--single-version-externally-managed \
 		--root $(CURDIR)/debian/$(package) --install-layout=deb
-	cd debian/$(package)/usr/lib/$(PYDEFAULT)/$(SITEDIR)/webhelpers/rails/ && \
-		( rm -Rf javascripts; ln -sf /usr/share/javascript/scriptaculous/ javascripts; )
 
 binary-indep: build install
 	dh_testdir
@@ -56,4 +53,4 @@
 binary-arch:
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch
+.PHONY: build clean binary-indep binary-arch binary install configure




More information about the Python-modules-commits mailing list