[Python-modules-commits] [pyvisa] 01/01: Install CHANGES as upstream changelog
Ruben Undheim
rubund-guest at moszumanska.debian.org
Sun Mar 15 00:56:18 UTC 2015
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository pyvisa.
commit 50c165342009b62abd2fe022eb431f32b5166789
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Sun Mar 15 01:56:04 2015 +0100
Install CHANGES as upstream changelog
---
debian/changelog | 5 ++++-
debian/rules | 2 ++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 4c00850..d16703d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,10 @@ pyvisa (1.6.3-1) experimental; urgency=low
* debian/copyright:
- Added new copyright holders
- Changed source URL
- * debian/rules: Added override_dh_auto_clean to properly clean
+ * debian/rules:
+ - Added override_dh_auto_clean to properly clean
+ - Install CHANGES as upstream changelog since it
+ is the newest
* debian/watch: Changed URL (upstream has changed)
* Added debian/gbp.conf to enable pristine-tar build
* Added debian/docs and debian/install for installing docs
diff --git a/debian/rules b/debian/rules
index 491bd08..1c4f1ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,5 @@ override_dh_auto_clean:
$(RM) -r PyVISA.egg-info
dh_auto_clean
+override_dh_installchangelogs:
+ dh_installchangelogs -k CHANGES
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyvisa.git
More information about the Python-modules-commits
mailing list