[Python-modules-commits] r28149 - in packages/django-sitetree/trunk/debian (4 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Tue Mar 11 21:04:44 UTC 2014
Date: Tuesday, March 11, 2014 @ 21:04:44
Author: fladi-guest
Revision: 28149
Minor corrections to packaging.
Modified:
packages/django-sitetree/trunk/debian/changelog
packages/django-sitetree/trunk/debian/compat
packages/django-sitetree/trunk/debian/control
packages/django-sitetree/trunk/debian/rules
Modified: packages/django-sitetree/trunk/debian/changelog
===================================================================
--- packages/django-sitetree/trunk/debian/changelog 2014-03-11 20:55:07 UTC (rev 28148)
+++ packages/django-sitetree/trunk/debian/changelog 2014-03-11 21:04:44 UTC (rev 28149)
@@ -1,5 +1,5 @@
-django-sitetree (1.0.0-1) unstable; urgency=medium
+django-sitetree (1.0.0-1) unstable; urgency=low
* Initial release (Closes: #739404).
- -- Michael Fladischer <FladischerMichael at fladi.at> Mon, 10 Mar 2014 13:56:01 +0100
+ -- Michael Fladischer <FladischerMichael at fladi.at> Tue, 11 Mar 2014 21:59:01 +0100
Modified: packages/django-sitetree/trunk/debian/compat
===================================================================
--- packages/django-sitetree/trunk/debian/compat 2014-03-11 20:55:07 UTC (rev 28148)
+++ packages/django-sitetree/trunk/debian/compat 2014-03-11 21:04:44 UTC (rev 28149)
@@ -1 +1 @@
-7
+9
Modified: packages/django-sitetree/trunk/debian/control
===================================================================
--- packages/django-sitetree/trunk/debian/control 2014-03-11 20:55:07 UTC (rev 28148)
+++ packages/django-sitetree/trunk/debian/control 2014-03-11 21:04:44 UTC (rev 28149)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 9),
python-all,
python-babel,
python-django (>= 1.4.2),
@@ -17,7 +17,10 @@
Package: python-django-sitetree
Architecture: all
-Depends: python-django (>= 1.4.2), ${misc:Depends}, ${python:Depends}, python-django-south (>= 0.7.1)
+Depends: python-django (>= 1.4.2),
+ python-django-south (>= 0.7.1),
+ ${misc:Depends},
+ ${python:Depends}
Suggests: python-django-sitetree-doc
Description: site tree, menu and breadcrumbs navigation for Django
django-sitetree is a reusable application for Django, introducing site tree,
@@ -29,7 +32,8 @@
Package: python-django-sitetree-doc
Section: doc
Architecture: all
-Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Depends: ${misc:Depends},
+ ${sphinxdoc:Depends}
Description: site tree, menu and breadcrumbs navigation for Django (Documentation)
django-sitetree is a reusable application for Django, introducing site tree,
menu and breadcrumbs navigation elements. Site structure in django-sitetree is
Modified: packages/django-sitetree/trunk/debian/rules
===================================================================
--- packages/django-sitetree/trunk/debian/rules 2014-03-11 20:55:07 UTC (rev 28148)
+++ packages/django-sitetree/trunk/debian/rules 2014-03-11 21:04:44 UTC (rev 28149)
@@ -3,7 +3,6 @@
%:
dh $@ --with python2,sphinxdoc
-.PHONY: override_dh_auto_build
override_dh_auto_build:
set -e; \
for loc in sitetree/locale/*; do \
@@ -12,11 +11,9 @@
PYTHONPATH=. sphinx-build -b html -d docs/build/.doctrees -N docs/source docs/build/html
dh_auto_build
-.PHONY: override_dh_installchangelogs
override_dh_installchangelogs:
dh_installchangelogs CHANGELOG
-.PHONY: override_dh_auto_test
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
set -e; \
@@ -25,7 +22,6 @@
done
endif
-.PHONY: override_dh_clean
override_dh_clean:
rm -rf docs/build/html
rm -rf docs/build/.doctrees
More information about the Python-modules-commits
mailing list