[Python-apps-commits] r11162 - in packages/pyrit/tags (5 files)

chrisk-guest at users.alioth.debian.org chrisk-guest at users.alioth.debian.org
Sat Aug 9 23:28:52 UTC 2014


    Date: Saturday, August 9, 2014 @ 23:28:52
  Author: chrisk-guest
Revision: 11162

[svn-buildpackage] Tagging pyrit 0.4.0-4

Added:
  packages/pyrit/tags/0.4.0-4/
  packages/pyrit/tags/0.4.0-4/debian/
  packages/pyrit/tags/0.4.0-4/debian/rules
    (from rev 11161, packages/pyrit/trunk/debian/rules)
Deleted:
  packages/pyrit/tags/0.4.0-4/debian/
  packages/pyrit/tags/0.4.0-4/debian/rules

Deleted: packages/pyrit/tags/0.4.0-4/debian/rules
===================================================================
--- packages/pyrit/trunk/debian/rules	2014-08-09 22:08:55 UTC (rev 11160)
+++ packages/pyrit/tags/0.4.0-4/debian/rules	2014-08-09 23:28:52 UTC (rev 11162)
@@ -1,33 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# If DEB_BUILD_OPTIONS contains parallel=N, use N number of cores for the
-# unit tests as well. Whatever N is, pyrit won't use more than the number
-# of cores available. If unset, default to 1
-NUMCORES = $(or $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))),1)
-
-
-%:
-	dh $@ --with python2 --buildsystem=pybuild
-
-
-override_dh_auto_configure:
-	dh_auto_configure
-	sed -e 's,<CORES>,$(NUMCORES),' debian/config.build.in > debian/config.build
-
-
-override_dh_auto_test:
-	PYBUILD_SYSTEM=custom \
-	PYBUILD_TEST_ARGS="cd $(CURDIR)/test/ && {interpreter} test_pyrit.py" \
-	PYRIT_CONFIG_FILE="$(CURDIR/debian/config.build)"
-	dh_auto_test ;\
-	res=$$? ;\
-	[ $$res -eq 0 ] || exit $$res
-
-
-override_dh_auto_clean:
-	dh_auto_clean
-	rm -f debian/config.build

Copied: packages/pyrit/tags/0.4.0-4/debian/rules (from rev 11161, packages/pyrit/trunk/debian/rules)
===================================================================
--- packages/pyrit/tags/0.4.0-4/debian/rules	                        (rev 0)
+++ packages/pyrit/tags/0.4.0-4/debian/rules	2014-08-09 23:28:52 UTC (rev 11162)
@@ -0,0 +1,33 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If DEB_BUILD_OPTIONS contains parallel=N, use N number of cores for the
+# unit tests as well. Whatever N is, pyrit won't use more than the number
+# of cores available. If unset, default to 1
+NUMCORES = $(or $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))),1)
+
+
+%:
+	dh $@ --with python2 --buildsystem=pybuild
+
+
+override_dh_auto_configure:
+	dh_auto_configure
+	sed -e 's,<CORES>,$(NUMCORES),' debian/config.build.in > debian/config.build
+
+
+override_dh_auto_test:
+	PYBUILD_SYSTEM=custom \
+	PYBUILD_TEST_ARGS="cd $(CURDIR)/test/ && {interpreter} test_pyrit.py" \
+	PYRIT_CONFIG_FILE="$(CURDIR)/debian/config.build" \
+	dh_auto_test ;\
+	res=$$? ;\
+	[ $$res -eq 0 ] || exit $$res
+
+
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -f debian/config.build




More information about the Python-apps-commits mailing list