[Python-modules-commits] [python-chartkick] 06/11: Update debian/*
ChangZhuo Chen
czchen at moszumanska.debian.org
Fri Sep 2 10:12:31 UTC 2016
This is an automated email from the git hooks/post-receive script.
czchen pushed a commit to branch master
in repository python-chartkick.
commit e1ce198f78e9041a9d079b4ef753c04b3fa37e4d
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date: Fri Sep 2 17:32:49 2016 +0800
Update debian/*
---
debian/changelog | 5 ++---
debian/control | 28 ++++++++++++++++++++--------
debian/rules | 8 +++-----
debian/watch | 3 ++-
4 files changed, 27 insertions(+), 17 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 8a24c55..42ecc17 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-chartkick (0.5.0-1) UNRELEASED; urgency=low
+python-chartkick (0.5.0-1) UNRELEASED; urgency=low
- * Initial release. Closes: #nnnn
- <nnnn is the bug number of your ITP>
+ * Initial release. Closes: #836360
-- ChangZhuo Chen (陳昌倬) <czchen at debian.org> Fri, 02 Sep 2016 14:41:43 +0800
diff --git a/debian/control b/debian/control
index a1a91e9..7e5e84a 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,32 @@
-Source: chartkick
-Section: unknown
+Source: python-chartkick
+Section: python
Priority: extra
Maintainer: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Build-Depends: debhelper (>=9),
dh-python,
python-all,
python-setuptools,
- python3-all
-Standards-Version: 3.9.7
+ python3-all,
+ python3-setuptools,
+Standards-Version: 3.9.8
Homepage: <insert the upstream URL, if relevant>
-X-Python-Version: >= 2.6
+X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.3
-Package: chartkick
-Architecture: any
+Package: python-chartkick
+Architecture: all
Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+ ${python:Depends},
+Description: auto-generated package by debmake
+ This Debian binary package was auto-generated by the
+ debmake(1) command provided by the debmake package.
+
+Package: python3-chartkick
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends},
+ ${python3:Depends},
Description: auto-generated package by debmake
This Debian binary package was auto-generated by the
debmake(1) command provided by the debmake package.
diff --git a/debian/rules b/debian/rules
index a737686..48354b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,7 @@
#!/usr/bin/make -f
-# You must remove unused comment lines for the released package.
#export DH_VERBOSE = 1
-#export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
-#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
+export PYBUILD_NAME = chartkick
%:
- dh $@ --with python2
+ dh $@ --with python2,python3
diff --git a/debian/watch b/debian/watch
index 76575dc..d698569 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
-# You must remove unused comment lines for the released package.
version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/chartkick/chartkick-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-chartkick.git
More information about the Python-modules-commits
mailing list