[Python-modules-commits] [pyasn1] 01/02: Fix FTBFS due to a target having both ":" and "::" variants

Vincent Bernat bernat at moszumanska.debian.org
Sat Sep 10 12:34:30 UTC 2016


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

bernat pushed a commit to branch master
in repository pyasn1.

commit cb45779f6fb7ffdd0b3c6d7cab4012a023b635a9
Author: Vincent Bernat <vincent at bernat.im>
Date:   Sat Sep 10 14:23:55 2016 +0200

    Fix FTBFS due to a target having both ":" and "::" variants
    
    This is likely due to a change in cdbs.
---
 debian/changelog | 9 +++++++--
 debian/control   | 2 +-
 debian/rules     | 2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 643ebad..cef484f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-pyasn1 (0.1.9-2) UNRELEASED; urgency=medium
+pyasn1 (0.1.9-2) unstable; urgency=medium
 
+  [ Ondřej Nový ]
   * Fixed VCS URL (https)
 
- -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 21:47:53 +0200
+  [ Vincent Bernat ]
+  * Fix FTBFS due to a target having both ":" and "::" variants.
+    Closes: #837025.
+
+ -- Vincent Bernat <bernat at debian.org>  Sat, 10 Sep 2016 14:22:55 +0200
 
 pyasn1 (0.1.9-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index cc72963..e0d2ea8 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.o
            Deepak Tripathi <apenguinlinux at gmail.com>,
            Vincent Bernat <bernat at debian.org>,
            Tristan Seligmann <mithrandi at debian.org>
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
 Build-Depends: cdbs (>= 0.4.90~),
                debhelper (>= 9),
                dh-python,
diff --git a/debian/rules b/debian/rules
index 78d5f4c..ef72aa1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed \
 
 # hook pypy-pyasn1 into existing cdbs build stage
 build/$(pypy_package):: build/%: debian/python-module-stampdir/%
-debian/python-module-stampdir/$(pypy_package):
+debian/python-module-stampdir/$(pypy_package)::
 	cd $(cdbs_python_distutils_srcdir) && \
 		pypy $(cdbs_python_setup_cmd) build \
 		$(cdbs_python_build_args)

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



More information about the Python-modules-commits mailing list