[Python-modules-commits] r30531 - in packages/oct2py/trunk/debian (changelog docs patches rules)
noahfx-guest at users.alioth.debian.org
noahfx-guest at users.alioth.debian.org
Sun Sep 7 23:57:57 UTC 2014
Date: Sunday, September 7, 2014 @ 23:57:56
Author: noahfx-guest
Revision: 30531
Removed unwanted patches; d/rules: adde HISTORY.rst as upstream changelog
Modified:
packages/oct2py/trunk/debian/changelog
packages/oct2py/trunk/debian/rules
Deleted:
packages/oct2py/trunk/debian/docs
packages/oct2py/trunk/debian/patches/
Modified: packages/oct2py/trunk/debian/changelog
===================================================================
--- packages/oct2py/trunk/debian/changelog 2014-09-07 23:39:25 UTC (rev 30530)
+++ packages/oct2py/trunk/debian/changelog 2014-09-07 23:57:56 UTC (rev 30531)
@@ -1,5 +1,5 @@
-oct2py (1.5.0-1) unstable; urgency=low
+oct2py (2.0-1) unstable; urgency=low
* Initial release (Closes: #743499)
- -- Josue Ortega <josueortega at debian.org.gt> Sat, 03 Jul 2014 12:45:43 -0600
+ -- Josue Ortega <josueortega at debian.org.gt> Sat, 23 Aug 2014 10:45:28 -0600
Deleted: packages/oct2py/trunk/debian/docs
===================================================================
--- packages/oct2py/trunk/debian/docs 2014-09-07 23:39:25 UTC (rev 30530)
+++ packages/oct2py/trunk/debian/docs 2014-09-07 23:57:56 UTC (rev 30531)
@@ -1,4 +0,0 @@
-faq.txt
-README.rst
-release.txt
-thanks.txt
Modified: packages/oct2py/trunk/debian/rules
===================================================================
--- packages/oct2py/trunk/debian/rules 2014-09-07 23:39:25 UTC (rev 30530)
+++ packages/oct2py/trunk/debian/rules 2014-09-07 23:57:56 UTC (rev 30531)
@@ -1,11 +1,11 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export PYBUILD_NAME=oct2py
-
%:
dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_installchangelogs:
+ dh_installchangelogs HISTORY.rst
More information about the Python-modules-commits
mailing list