[Python-modules-commits] r24702 - in packages/python-keyring/trunk/debian (3 files)
mitya57-guest at users.alioth.debian.org
mitya57-guest at users.alioth.debian.org
Sat Jun 8 09:43:05 UTC 2013
Date: Saturday, June 8, 2013 @ 09:43:03
Author: mitya57-guest
Revision: 24702
Drop all patches, applied upstream.
Modified:
packages/python-keyring/trunk/debian/changelog
packages/python-keyring/trunk/debian/rules
Deleted:
packages/python-keyring/trunk/debian/patches/
Modified: packages/python-keyring/trunk/debian/changelog
===================================================================
--- packages/python-keyring/trunk/debian/changelog 2013-06-08 09:21:03 UTC (rev 24701)
+++ packages/python-keyring/trunk/debian/changelog 2013-06-08 09:43:03 UTC (rev 24702)
@@ -12,6 +12,7 @@
* Recommend python[3]-secretstorage, as the default backend now uses it.
* Suggest python[3]-gi and gir1.2-gnomekeyring-1.0, as the GNOME Keyring
backend now uses it.
+ * Drop all patches, applied upstream.
-- Jakub Wilk <jwilk at debian.org> Sun, 05 May 2013 16:02:50 +0200
Modified: packages/python-keyring/trunk/debian/rules
===================================================================
--- packages/python-keyring/trunk/debian/rules 2013-06-08 09:21:03 UTC (rev 24701)
+++ packages/python-keyring/trunk/debian/rules 2013-06-08 09:43:03 UTC (rev 24702)
@@ -8,8 +8,10 @@
%:
dh $@ --with python2,python3
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
- echo "nocheck set, skipping tests"
+
+endif
override_dh_auto_build:
dh_auto_build
More information about the Python-modules-commits
mailing list