[Python-modules-commits] r18764 - in packages/mako/trunk/debian (4 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Wed Sep 28 21:06:01 UTC 2011
Date: Wednesday, September 28, 2011 @ 21:06:00
Author: piotr
Revision: 18764
* New upstream release
* Add build-arch and build-indep targets to debian/rules
* Add libjs-underscore to python-mako-doc's Depends
Modified:
packages/mako/trunk/debian/changelog
packages/mako/trunk/debian/control
packages/mako/trunk/debian/python-mako-doc.links
packages/mako/trunk/debian/rules
Modified: packages/mako/trunk/debian/changelog
===================================================================
--- packages/mako/trunk/debian/changelog 2011-09-28 17:45:37 UTC (rev 18763)
+++ packages/mako/trunk/debian/changelog 2011-09-28 21:06:00 UTC (rev 18764)
@@ -1,3 +1,11 @@
+mako (0.5.0-1) unstable; urgency=low
+
+ * New upstream release
+ * Add build-arch and build-indep targets to debian/rules
+ * Add libjs-underscore to python-mako-doc's Depends
+
+ -- Piotr Ożarowski <piotr at debian.org> Wed, 28 Sep 2011 22:38:26 +0200
+
mako (0.4.2-1) unstable; urgency=low
* New upstream release
Modified: packages/mako/trunk/debian/control
===================================================================
--- packages/mako/trunk/debian/control 2011-09-28 17:45:37 UTC (rev 18763)
+++ packages/mako/trunk/debian/control 2011-09-28 21:06:00 UTC (rev 18764)
@@ -52,7 +52,7 @@
Section: doc
Architecture: all
Priority: extra
-Depends: libjs-jquery, ${misc:Depends}
+Depends: libjs-jquery, libjs-underscore, ${misc:Depends}
Breaks: python-mako (<< 0.3.6-1)
Replaces: python-mako (<< 0.3.6-1)
Suggests: python-mako, python3-mako
Modified: packages/mako/trunk/debian/python-mako-doc.links
===================================================================
--- packages/mako/trunk/debian/python-mako-doc.links 2011-09-28 17:45:37 UTC (rev 18763)
+++ packages/mako/trunk/debian/python-mako-doc.links 2011-09-28 21:06:00 UTC (rev 18764)
@@ -4,3 +4,4 @@
/usr/share/doc/python-mako-doc/changelog.gz /usr/share/doc/python-mako/changelog.gz
/usr/share/doc/python-mako-doc/changelog.gz /usr/share/doc/python3-mako/changelog.gz
/usr/share/javascript/jquery/jquery.js /usr/share/doc/python-mako-doc/html/_static/jquery.js
+/usr/share/javascript/underscore/underscore.js /usr/share/doc/python-mako-doc/html/_static/underscore.js
Modified: packages/mako/trunk/debian/rules
===================================================================
--- packages/mako/trunk/debian/rules 2011-09-28 17:45:37 UTC (rev 18763)
+++ packages/mako/trunk/debian/rules 2011-09-28 21:06:00 UTC (rev 18764)
@@ -16,6 +16,8 @@
dh_clean
build:
+build-indep:
+build-arch:
test: $(PYVERS:%=test-python%)
test-python%:
@@ -55,7 +57,7 @@
dh_installman -i
dh_python2 -i
# TODO: new name for Py3k's mako-render
- rm -f $(call pkgdir,3.X)/usr/bin/mako-render
+ rm -rf $(call pkgdir,3.X)/usr/bin
dh_python3 -i
dh_compress -i -X.py -X.js -Xmakotemplates.txt
dh_fixperms -i
@@ -68,4 +70,4 @@
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: clean build-arch build-indep binary binary-arch binary-indep install
More information about the Python-modules-commits
mailing list