[Python-modules-commits] r16532 - in packages/python-django-feincms/trunk/debian (8 files)

janos-guest at users.alioth.debian.org janos-guest at users.alioth.debian.org
Sat Apr 16 00:30:08 UTC 2011


    Date: Saturday, April 16, 2011 @ 00:30:02
  Author: janos-guest
Revision: 16532

Update for 1.3.0 release

Added:
  packages/python-django-feincms/trunk/debian/python-django-feincms-doc.links
  packages/python-django-feincms/trunk/debian/pyversions
Modified:
  packages/python-django-feincms/trunk/debian/changelog
  packages/python-django-feincms/trunk/debian/control
  packages/python-django-feincms/trunk/debian/docs
  packages/python-django-feincms/trunk/debian/python-django-feincms-doc.docs
  packages/python-django-feincms/trunk/debian/rules
  packages/python-django-feincms/trunk/debian/watch

Modified: packages/python-django-feincms/trunk/debian/changelog
===================================================================
--- packages/python-django-feincms/trunk/debian/changelog	2011-04-16 00:03:55 UTC (rev 16531)
+++ packages/python-django-feincms/trunk/debian/changelog	2011-04-16 00:30:02 UTC (rev 16532)
@@ -1,6 +1,5 @@
-python-django-feincms (1.1.4-1) unstable; urgency=low
+python-django-feincms (1.3.0-1) unstable; urgency=low
 
   * Initial release. (Closes: #611048)
-  * Added patch fix-sphinx-comment.patch 
 
- -- Janos Guljas <janos at resenje.org>  Sun, 06 Feb 2011 20:09:12 +0100
+ -- Janos Guljas <janos at resenje.org>  Fri, 15 Apr 2011 13:02:53 +0200

Modified: packages/python-django-feincms/trunk/debian/control
===================================================================
--- packages/python-django-feincms/trunk/debian/control	2011-04-16 00:03:55 UTC (rev 16531)
+++ packages/python-django-feincms/trunk/debian/control	2011-04-16 00:30:02 UTC (rev 16532)
@@ -3,17 +3,16 @@
 Priority: optional
 Maintainer: Janos Guljas <janos at resenje.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-setuptools, python-django, python-sphinx,
- python-imaging, python-feedparser, python-django-mptt
-XS-Python-Version: >= 2.5
-Standards-Version: 3.9.1
+Build-Depends: debhelper (>= 7.0.50~), python-setuptools, python-django (>= 1.2),
+ python-sphinx, python-imaging, python-feedparser, python-django-mptt,
+ python-django-tagging, python-lxml
+Standards-Version: 3.9.2
 Homepage: http://github.com/matthiask/feincms
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-feincms/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-django-feincms/trunk/
 
 Package: python-django-feincms
 Architecture: all
-XB-Python-Version: ${python:Versions}
 Depends: ${misc:Depends}, ${python:Depends}, python-django, python-django-mptt,
  python-django-tagging, python-imaging, python-feedparser
 Recommends: python-lxml

Modified: packages/python-django-feincms/trunk/debian/docs
===================================================================
--- packages/python-django-feincms/trunk/debian/docs	2011-04-16 00:03:55 UTC (rev 16531)
+++ packages/python-django-feincms/trunk/debian/docs	2011-04-16 00:30:02 UTC (rev 16532)
@@ -1,3 +1,2 @@
 AUTHORS
-README
-TODO
+README.rst

Modified: packages/python-django-feincms/trunk/debian/python-django-feincms-doc.docs
===================================================================
--- packages/python-django-feincms/trunk/debian/python-django-feincms-doc.docs	2011-04-16 00:03:55 UTC (rev 16531)
+++ packages/python-django-feincms/trunk/debian/python-django-feincms-doc.docs	2011-04-16 00:30:02 UTC (rev 16532)
@@ -1 +1 @@
-docs.debian/_build/html
+debian/html

Added: packages/python-django-feincms/trunk/debian/python-django-feincms-doc.links
===================================================================
--- packages/python-django-feincms/trunk/debian/python-django-feincms-doc.links	                        (rev 0)
+++ packages/python-django-feincms/trunk/debian/python-django-feincms-doc.links	2011-04-16 00:30:02 UTC (rev 16532)
@@ -0,0 +1,2 @@
+/usr/share/javascript/jquery/jquery.js usr/share/doc/python-django-feincms-doc/html/_static/jquery.js
+

Added: packages/python-django-feincms/trunk/debian/pyversions
===================================================================
--- packages/python-django-feincms/trunk/debian/pyversions	                        (rev 0)
+++ packages/python-django-feincms/trunk/debian/pyversions	2011-04-16 00:30:02 UTC (rev 16532)
@@ -0,0 +1 @@
+2.5-

Modified: packages/python-django-feincms/trunk/debian/rules
===================================================================
--- packages/python-django-feincms/trunk/debian/rules	2011-04-16 00:03:55 UTC (rev 16531)
+++ packages/python-django-feincms/trunk/debian/rules	2011-04-16 00:30:02 UTC (rev 16532)
@@ -1,28 +1,21 @@
 #!/usr/bin/make -f
 
-PREFIX = /usr
-
 %:
 	dh $@ --with python2
 
 override_dh_auto_build:
 	dh_auto_build
-	cp -r docs docs.debian
-	make -C docs.debian html
-	rm -rf docs.debian/_build/html/_sources/
+	sphinx-build -b html docs debian/html
+	rm -rf debian/html/_sources/
+	rm -f debian/python-pymongo-doc/usr/share/doc/python-django-feincms-doc/html/_static/jquery.js
+	rm -rf debian/python-pymongo-doc/usr/share/doc/python-django-feincms-doc/html/.doctrees
 
-override_dh_installdocs:
-	dh_installdocs
-	(cd debian/python-django-feincms-doc$(PREFIX)/share/doc/python-django-feincms-doc/html/_static \
-		&& rm jquery.js \
-		&& ln -s ../../../../javascript/jquery/jquery.js .)
-
 override_dh_auto_clean:
-	rm -rf docs.debian
+	rm -rf debian/html
+	find docs -name "*.pyc" -exec rm -rf {} +
 	dh_auto_clean
 
 override_dh_fixperms:
 	dh_fixperms
-	chmod -x debian/python-django-feincms$(PREFIX)/share/pyshared/feincms/media/feincms/images/*
-	chmod -x debian/python-django-feincms$(PREFIX)/share/pyshared/feincms/media/feincms/jquery.simple.tree.js
+	chmod -x debian/python-django-feincms/usr/share/pyshared/feincms/static/feincms/fein_tree.js
 

Modified: packages/python-django-feincms/trunk/debian/watch
===================================================================
--- packages/python-django-feincms/trunk/debian/watch	2011-04-16 00:03:55 UTC (rev 16531)
+++ packages/python-django-feincms/trunk/debian/watch	2011-04-16 00:30:02 UTC (rev 16532)
@@ -1,2 +1,2 @@
 version=3
-http://githubredir.debian.net/github/matthiask/feincms /github/matthiask/feincms/v(.+).tar.gz
+http://githubredir.debian.net/github/matthiask/feincms /github/matthiask/feincms/v((?:\d\.)+\d).tar.gz




More information about the Python-modules-commits mailing list