[Python-modules-commits] [pkgconfig] 01/01: - Removes build depends on '-1' revision. - Bumps Standards-Version, no changes required.

Josué Ortega noahfx-guest at moszumanska.debian.org
Tue Jun 21 04:26:23 UTC 2016


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

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

commit 13c2a721982cfd7dc8e92618612e14d2a42548a1
Author: Josue Ortega <josueortega at debian.org.gt>
Date:   Mon Jun 20 22:26:00 2016 -0600

     - Removes build depends on '-1' revision.
     - Bumps Standards-Version, no changes required.
---
 debian/changelog |  9 ++++++++-
 debian/control   | 10 +++++-----
 2 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0ddf6a4..a912227 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,15 @@
 python-pkgconfig (1.1.0-2) UNRELEASED; urgency=medium
 
+  [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
- -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 21:46:53 +0200
+  [ 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
 
diff --git a/debian/control b/debian/control
index 8215784..dc726a6 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: python-pkgconfig
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Josue Ortega <josueortega at debian.org.gt>
+Uploaders: Josue Ortega <josue at debian.org>
 Build-Depends: debhelper (>= 9),
  python-setuptools(>= 2.0.2~),
  python-all (>= 2.6.6-3~),
@@ -10,8 +10,8 @@ Build-Depends: debhelper (>= 9),
  python3-all,
  python3-setuptools,
  python3-nose (>=1.3.3),
- pkg-config(>= 0.28-1)
-Standards-Version: 3.9.5
+ 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
@@ -19,7 +19,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pkgconfig.g
 Package: python-pkgconfig
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends},
- pkg-config(>= 0.28-1)
+ 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+.
@@ -32,7 +32,7 @@ Description: Python interface to the pkg-config command line tool
 Package: python3-pkgconfig
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends},
-  pkg-config(>= 0.28-1)
+  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

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



More information about the Python-modules-commits mailing list