[Python-modules-commits] r22640 - in packages/doublex/trunk/debian (control rules)
davidvilla-guest at users.alioth.debian.org
davidvilla-guest at users.alioth.debian.org
Tue Sep 4 00:17:02 UTC 2012
Date: Tuesday, September 4, 2012 @ 00:17:00
Author: davidvilla-guest
Revision: 22640
remove python-depends
Modified:
packages/doublex/trunk/debian/control
packages/doublex/trunk/debian/rules
Modified: packages/doublex/trunk/debian/control
===================================================================
--- packages/doublex/trunk/debian/control 2012-09-03 23:41:20 UTC (rev 22639)
+++ packages/doublex/trunk/debian/control 2012-09-04 00:17:00 UTC (rev 22640)
@@ -12,7 +12,7 @@
Package: python-doublex
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-hamcrest
+Depends: ${misc:Depends}, python-hamcrest
Description: doublex is a test doubles framework for the Python platform.
doublex is a test doubles framework for the Python platform. Test doubles
frameworks are also called mocking or isolation frameworks. doublex can be
Modified: packages/doublex/trunk/debian/rules
===================================================================
--- packages/doublex/trunk/debian/rules 2012-09-03 23:41:20 UTC (rev 22639)
+++ packages/doublex/trunk/debian/rules 2012-09-04 00:17:00 UTC (rev 22640)
@@ -8,9 +8,9 @@
EXCLUDE=--exclude=debian --exclude=\*~ --exclude=.hg --exclude=.svn --exclude=\*.pyc
%:
- dh $@ --with=python2
+ dh $@ --with python2
-get-orig-source:
+gete-orig-source:
$(ORIG_REPO) $(ORIG_DIR)
tar $(EXCLUDE) -czf $(APP)_$(VERSION).orig.tar.gz $(ORIG_DIR)
$(RM) -r $(ORIG_DIR)
More information about the Python-modules-commits
mailing list