[Python-modules-commits] [tqdm] 04/05: dont install RELEASE, removed upstream
Sandro Tosi
morph at moszumanska.debian.org
Sat Jun 11 18:20:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository tqdm.
commit 7000abcc160bc80865254ddfa0f3431c51c7460e
Author: Sandro Tosi <morph at debian.org>
Date: Sat Jun 11 19:17:07 2016 +0100
dont install RELEASE, removed upstream
---
debian/changelog | 4 +++-
debian/rules | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e13927e..e518ce6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
tqdm (4.7.4-1) UNRELEASED; urgency=medium
* New upstream release
+ * debian/rules
+ - dont install RELEASE, removed upstream
- -- Sandro Tosi <morph at debian.org> Sat, 11 Jun 2016 18:57:00 +0100
+ -- Sandro Tosi <morph at debian.org> Sat, 11 Jun 2016 19:16:51 +0100
tqdm (4.4.1-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 0ce85f6..ab409b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ override_dh_auto_install:
python3 setup.py install --root=debian/python3-tqdm --install-layout=deb
override_dh_installdocs:
- dh_installdocs -A CONTRIBUTE README.rst RELEASE
+ dh_installdocs -A CONTRIBUTE README.rst
override_dh_installexamples:
dh_installexamples -A examples/*.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/tqdm.git
More information about the Python-modules-commits
mailing list