[Python-modules-commits] [python-chartkick] 02/11: Debianize

ChangZhuo Chen czchen at moszumanska.debian.org
Fri Sep 2 10:12:30 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 298095f0ce887824bfb33c0df3ca792de24e0605
Author: ChangZhuo Chen (陳昌倬) <czchen at debian.org>
Date:   Fri Sep 2 14:42:00 2016 +0800

    Debianize
---
 debian/README.Debian        |  8 ++++++++
 debian/changelog            |  6 ++++++
 debian/compat               |  1 +
 debian/control              | 20 ++++++++++++++++++++
 debian/copyright            | 26 ++++++++++++++++++++++++++
 debian/patches/series       |  1 +
 debian/rules                |  9 +++++++++
 debian/source/format        |  1 +
 debian/source/local-options |  2 ++
 debian/watch                |  2 ++
 10 files changed, 76 insertions(+)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..564fde6
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,8 @@
+chartkick for Debian
+
+Please edit this to provide information specific to 
+this chartkick Debian package.
+
+    (Automatically generated by debmake Version 4.2.6)
+
+ -- ChangZhuo Chen (陳昌倬) <czchen at debian.org>  Fri, 02 Sep 2016 14:41:43 +0800
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8a24c55
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+chartkick (0.5.0-1) UNRELEASED; urgency=low
+
+  * Initial release. Closes: #nnnn
+    <nnnn is the bug number of your ITP>
+
+ -- ChangZhuo Chen (陳昌倬) <czchen at debian.org>  Fri, 02 Sep 2016 14:41:43 +0800
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a1a91e9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: chartkick
+Section: unknown
+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
+Homepage: <insert the upstream URL, if relevant>
+X-Python-Version: >= 2.6
+
+Package: chartkick
+Architecture: any
+Multi-Arch: foreign
+Depends: ${misc:Depends}, ${shlibs: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/copyright b/debian/copyright
new file mode 100644
index 0000000..ec06740
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,26 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: chartkick
+Source: <url://example.com>
+
+Files:     MANIFEST.in
+           PKG-INFO
+           README.rst
+           chartkick.egg-info/PKG-INFO
+           chartkick.egg-info/SOURCES.txt
+           chartkick.egg-info/dependency_links.txt
+           chartkick.egg-info/top_level.txt
+           chartkick/__init__.py
+           chartkick/ext.py
+           chartkick/js/chartkick.js
+           chartkick/options.py
+           chartkick/template.py
+           chartkick/templatetags/__init__.py
+           chartkick/templatetags/chartkick.py
+           setup.cfg
+           setup.py
+Copyright: __NO_COPYRIGHT_NOR_LICENSE__
+License:   __NO_COPYRIGHT_NOR_LICENSE__
+
+#----------------------------------------------------------------------------
+# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following
+# license/copyright files.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4a97dfa
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+# You must remove unused comment lines for the released package.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..a737686
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/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
+
+%:
+	dh $@ --with python2
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/local-options b/debian/source/local-options
new file mode 100644
index 0000000..00131ee
--- /dev/null
+++ b/debian/source/local-options
@@ -0,0 +1,2 @@
+#abort-on-upstream-changes
+#unapply-patches
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..76575dc
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+# You must remove unused comment lines for the released package.
+version=3

-- 
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