[Python-modules-commits] r30768 - in packages/python-django-braces/trunk/debian (3 files)
jandd at users.alioth.debian.org
jandd at users.alioth.debian.org
Sat Sep 27 15:57:27 UTC 2014
Date: Saturday, September 27, 2014 @ 15:57:26
Author: jandd
Revision: 30768
* New upstream version
* debian/control: add python-releases to Build-Depends-Indep
* debian/rules: install new upstream changelog
Modified:
packages/python-django-braces/trunk/debian/changelog
packages/python-django-braces/trunk/debian/control
packages/python-django-braces/trunk/debian/rules
Modified: packages/python-django-braces/trunk/debian/changelog
===================================================================
--- packages/python-django-braces/trunk/debian/changelog 2014-09-27 15:28:16 UTC (rev 30767)
+++ packages/python-django-braces/trunk/debian/changelog 2014-09-27 15:57:26 UTC (rev 30768)
@@ -1,3 +1,11 @@
+python-django-braces (1.4.0-1) UNRELEASED; urgency=medium
+
+ * New upstream version
+ * debian/control: add python-releases to Build-Depends-Indep
+ * debian/rules: install new upstream changelog
+
+ -- Jan Dittberner <jandd at debian.org> Tue, 17 Jun 2014 20:34:16 +0200
+
python-django-braces (1.3.1-1) unstable; urgency=medium
* New upstream version
Modified: packages/python-django-braces/trunk/debian/control
===================================================================
--- packages/python-django-braces/trunk/debian/control 2014-09-27 15:28:16 UTC (rev 30767)
+++ packages/python-django-braces/trunk/debian/control 2014-09-27 15:57:26 UTC (rev 30768)
@@ -6,6 +6,7 @@
Build-Depends: debhelper (>= 9), python
Build-Depends-Indep: python-django,
python-setuptools,
+ python-releases,
python-sphinx | python3-sphinx
Standards-Version: 3.9.5
Homepage: https://github.com/brack3t/django-braces
Modified: packages/python-django-braces/trunk/debian/rules
===================================================================
--- packages/python-django-braces/trunk/debian/rules 2014-09-27 15:28:16 UTC (rev 30767)
+++ packages/python-django-braces/trunk/debian/rules 2014-09-27 15:57:26 UTC (rev 30768)
@@ -12,8 +12,8 @@
cd docs && $(MAKE) html
dh_auto_build
-override_dh_install_changelogs:
- dh_install_changelogs -i CHANGELOG.md
+override_dh_installchangelogs:
+ dh_installchangelogs -k debian/python-django-braces/usr/share/doc/python-django-braces/html/_sources/changelog.txt
%:
dh $@ --with=python2,sphinxdoc --buildsystem=python_distutils
More information about the Python-modules-commits
mailing list