[Python-modules-commits] [python-pkgconfig] 02/03: Adds debian directory

Josué Ortega noahfx-guest at moszumanska.debian.org
Tue Jun 21 05:14:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

noahfx-guest pushed a commit to branch master
in repository python-pkgconfig.

commit c6202abb69274dc5ee7067064fe49ea50a86cad6
Author: Josue Ortega <josueortega at debian.org.gt>
Date:   Mon Jun 20 23:03:07 2016 -0600

    Adds debian directory
---
 debian/.git-dpm      | 11 +++++++++++
 debian/changelog     | 18 ++++++++++++++++++
 debian/compat        |  1 +
 debian/control       | 43 +++++++++++++++++++++++++++++++++++++++++++
 debian/copyright     | 30 ++++++++++++++++++++++++++++++
 debian/dirs          |  2 ++
 debian/docs          |  1 +
 debian/rules         | 11 +++++++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 10 files changed, 121 insertions(+)

diff --git a/debian/.git-dpm b/debian/.git-dpm
new file mode 100644
index 0000000..fc1ce8d
--- /dev/null
+++ b/debian/.git-dpm
@@ -0,0 +1,11 @@
+# see git-dpm(1) from git-dpm package
+5302defa94bb2924224f8356a161cec8c1e1fc08
+5302defa94bb2924224f8356a161cec8c1e1fc08
+5302defa94bb2924224f8356a161cec8c1e1fc08
+5302defa94bb2924224f8356a161cec8c1e1fc08
+pkgconfig_0.18.orig.tar.gz
+9684a33ddd05022630b22954036394f0835ba522
+968773
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..a912227
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,18 @@
+python-pkgconfig (1.1.0-2) UNRELEASED; urgency=medium
+
+  [ Ondřej Nový ]
+  * Fixed VCS URL (https)
+
+  [ Josue Ortega ]
+  * debian/control:
+    - Updates uploader's mail.
+    - Removes build depends on '-1' revision.
+    - Bumps Standards-Version, no changes required.
+
+ -- Josue Ortega <josue at debian.org>  Mon, 20 Jun 2016 22:19:25 -0600
+
+python-pkgconfig (1.1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #757862)
+
+ -- Josue Ortega <josueortega at debian.org.gt>  Sat, 16 Aug 2014 10:52:03 -0600
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..dc726a6
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,43 @@
+Source: python-pkgconfig
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Josue Ortega <josue at debian.org>
+Build-Depends: debhelper (>= 9),
+ python-setuptools(>= 2.0.2~),
+ python-all (>= 2.6.6-3~),
+ python-nose (>=1.3.3),
+ python3-all,
+ python3-setuptools,
+ python3-nose (>=1.3.3),
+ pkg-config(>= 0.28)
+Standards-Version: 3.9.8
+Homepage: https://github.com/matze/pkgconfig
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pkgconfig.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pkgconfig.git
+
+Package: python-pkgconfig
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends},
+ pkg-config(>= 0.28)
+Description: Python interface to the pkg-config command line tool
+ pkgconfig is a Python module to interface with the pkg-config command line tool
+ and supports Python 2.6+.
+ It cabe used to:
+  -Check if a package exists
+  -Check if a package meets certain version requirements
+  -Query CFLAGS and LDFLAGS
+  -Parse the output to build extensions with setup.py
+
+Package: python3-pkgconfig
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends},
+  pkg-config(>= 0.28)
+Description: Python 3 interface to the pkg-config command line tool
+ pkgconfig is a Python module to interface with the pkg-config command line tool
+ and supports Python 3
+ It cabe used to:
+  -Check if a package exists
+  -Check if a package meets certain version requirements
+  -Query CFLAGS and LDFLAGS
+  -Parse the output to build extensions with setup.py
\ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..21dfc49
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pkgconfig
+Source: https://github.com/matze/pkgconfig
+
+Files: *
+Copyright: 2013 Matthias Vogelgesang <matthias.vogelgesang at gmail.com>
+License: MIT
+
+Files: debian/*
+Copyright: 2014 Josue Ortega <josueortega at debian.org.gt>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/dirs b/debian/dirs
new file mode 100644
index 0000000..2465ced
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1,2 @@
+usr/lib/pkgconfig
+usr/share/pkgconfig
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9f8896d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+
+#DH_VERBOSE = 1
+
+export PYBUILD_NAME=pkgconfig
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_test:
+	nosetests test.py
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/watch b/debian/watch
new file mode 100644
index 0000000..58174d6
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/pkgconfig-$1\.tar\.gz/ \
+  https://github.com/matze/pkgconfig/tags .*/v?(\d\S*)\.tar\.gz
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pkgconfig.git



More information about the Python-modules-commits mailing list