[Python-apps-commits] r10700 - in packages/pyrit/tags (3 files)

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Fri Mar 21 18:40:03 UTC 2014


    Date: Friday, March 21, 2014 @ 18:40:03
  Author: vcheng
Revision: 10700

[svn-buildpackage] Tagging pyrit 0.4.0-3

Added:
  packages/pyrit/tags/0.4.0-3/
  packages/pyrit/tags/0.4.0-3/debian/changelog
    (from rev 10699, packages/pyrit/trunk/debian/changelog)
Deleted:
  packages/pyrit/tags/0.4.0-3/debian/changelog

Deleted: packages/pyrit/tags/0.4.0-3/debian/changelog
===================================================================
--- packages/pyrit/trunk/debian/changelog	2014-03-17 11:55:09 UTC (rev 10697)
+++ packages/pyrit/tags/0.4.0-3/debian/changelog	2014-03-21 18:40:03 UTC (rev 10700)
@@ -1,124 +0,0 @@
-pyrit (0.4.0-3) UNRELEASED; urgency=low
-
-  * debian/copyright:
-    - Add copyright attribution for some of the dump files. It was incorrectly
-      assumed that all of these originated from upstream; upstream however had
-      included them from third parties with their permission.
-    - Update to machine-readable format v1.0
-    - Refresh copyright years
-  * debian/pyrit.examples
-    debian/README.examples:
-    - Include dump files for testing purposes. Closes: #643033 
-  * debian/control:
-    - Bump Standards-Version to 3.9.5 (no changes needed)
-    - Bump debhelper dependency to (>= 9)
-    - Drop dependency on python-support and bumped python-all-dev dependency
-      to (>= 2.6.6-3~) for dh_python2
-    - Add X-Python-Version with >= 2.6, thereby implicitly dropping support for
-      Python 2.5 (it used to be supported in the now removed debian/pyversions).
-      This allows us to simplify some things, such as test execution.
-    - Add XS-Testsuite: autopkgtest
-    - Updated Vcs-* URLs
-  * debian/compat:
-    - Bump debhelper compatibility level to 9
-  * debian/rules:
-    - Convert build process to dh_python2
-    - Light restructuring of test execution
-  * debian/pyversions:
-    - Remove (obsolete)
-  * debian/tests/*:
-    - Created an autopkgtest which executes the unit tests using the default
-      Python interpreter
-  * debian/watch:
-    - Use Google Code URLs following wiki.debian.org recommendations
-  * debian/source/lintian-overrides:
-    - Add override for debian-watch-may-check-gpg-signature
-  * debian/patches (refreshed):
-    - 0006-custom-config-file
-
- -- Christian Kastner <debian at kvr.at>  Sun, 09 Mar 2014 15:13:06 +0100
-
-pyrit (0.4.0-2) unstable; urgency=low
-
-  * debian/control:
-    - Bumped Standards-Version to 3.9.2 (no changes needed) 
-  * debian/build.config
-    - Renamed to build.config.in and use a placeholder value for limit_ncpus
-  * debian/rules:
-    - Adapted to generate a pyrit config at build time which takes into
-      account, if set, the value from DEB_BUILD_OPTIONS=parallel=N for the
-      number of cores pyrit should use during build
-  * debian/TODO:
-    - Removed build-time config (see above) from list
-  * debian/patches added:
-    - 0014-performancecounter-handle-empty-result-gracefully
-      Don't attempt to process nonexistent results. Closes: #620991
-    - 0015-increase-timeout-in-unittests
-      In combination with the previous patch, this ensures that the affected
-      test cases are nevertheless fully run on slower hosts
-
- -- Christian Kastner <debian at kvr.at>  Sun, 17 Apr 2011 22:24:49 +0200
-
-pyrit (0.4.0-1) unstable; urgency=low
-
-  * New upstream version.
-  * debian/control:
-    - Upgraded Depends on python-all-dev to versioned dependency (>= 2.5) due to
-      use of "with" statement
-    - Added Depends on libpcap-dev (new upstream requirement) 
-    - Downgraded Depends for python-sqlalchemy to 0.5.6 (new upstream feature)
-    - Don't start package description with article ("A" in this case)
-  * debian/watch:
-    - Simplified, as Google Code now provides hrefs in the Downloads list again
-  debian/pyrit.1:
-    - Sync'ed man page with upstream documentation for this version
-    - Minor corrections
-  * debian/patches dropped (implemented/included upstream):
-    - 0001-Add-OpenSSL-linking-exception-from-upstream
-    - 0002-Clean-up-after-unit-tests
-    - 0004-Fixed-deprecation-warning-generated-by-sql-alchemy
-    - 0005-Link-against-libcrypto-not-libssl
-    - 0007-add-option-to-limit-cores
-    - 0008-disable-optimizations-on-i386
-    - 0009-exception-handling-fix
-    - 0010-Add-SHA1-licensing-update-from-upstream
-    - 0011-fix-list-index-error
-    - 0012-fix-SSE2-detection
-    - 0013-FTBFS-on-failed-unit-tests
-
- -- Christian Kastner <debian at kvr.at>  Mon, 04 Apr 2011 22:26:24 +0200
-
-pyrit (0.3.0-2) unstable; urgency=low
-
-  * debian/control:
-    - Bump Standards-Version to 3.9.1 (no changes needed)
-    - Updated package description, indicating that optimizations are detected
-      at run-time (a result of dropping patch 0008 and adding 0012).
-  * debian/patches:
-    - Added 0012-fix-SSE2-detection
-      Fixes a crash in run-time SSE2 detection on systems with MMX but no SSE2
-    - Added 0013-FTBFS-on-failed-unit-tests
-      Unit test failures should result in a FTBFS so that issues such as
-      #589995 are properly caught. Closes: #590520
-    - Dropped 0008-disable-optimizations-on-i386
-      Misguided patch; support for MMX/SSE2/VIA PADLOCK is detected at runtime
- 
- -- Christian Kastner <debian at kvr.at>  Tue, 24 Aug 2010 20:48:11 +0200
-
-pyrit (0.3.0-1) unstable; urgency=low
-
-  * Initial release (Closes: #570918)
-  * debian/patches:
-    - 0001-Add-OpenSSL-linking-exception-from-upstream
-    - 0002-Clean-up-after-unit-tests
-    - 0003-Add-man-page-for-pyrit-1
-    - 0004-Fixed-deprecation-warning-generated-by-sql-alchemy
-    - 0005-Link-against-libcrypto-not-libssl
-    - 0006-custom-config-file
-    - 0007-add-option-to-limit-cores
-    - 0008-disable-optimizations-on-i386
-    - 0009-exception-handling-fix
-    - 0010-Add-SHA1-licensing-update-from-upstream
-    - 0011-fix-list-index-error
-
- -- Christian Kastner <debian at kvr.at>  Wed, 21 Jul 2010 23:53:59 +0200

Copied: packages/pyrit/tags/0.4.0-3/debian/changelog (from rev 10699, packages/pyrit/trunk/debian/changelog)
===================================================================
--- packages/pyrit/tags/0.4.0-3/debian/changelog	                        (rev 0)
+++ packages/pyrit/tags/0.4.0-3/debian/changelog	2014-03-21 18:40:03 UTC (rev 10700)
@@ -0,0 +1,124 @@
+pyrit (0.4.0-3) unstable; urgency=low
+
+  * debian/copyright:
+    - Add copyright attribution for some of the dump files. It was incorrectly
+      assumed that all of these originated from upstream; upstream however had
+      included them from third parties with their permission.
+    - Update to machine-readable format v1.0
+    - Refresh copyright years
+  * debian/pyrit.examples
+    debian/README.examples:
+    - Include dump files for testing purposes. Closes: #643033 
+  * debian/control:
+    - Bump Standards-Version to 3.9.5 (no changes needed)
+    - Bump debhelper dependency to (>= 9)
+    - Drop dependency on python-support and bumped python-all-dev dependency
+      to (>= 2.6.6-3~) for dh_python2
+    - Add X-Python-Version with >= 2.6, thereby implicitly dropping support for
+      Python 2.5 (it used to be supported in the now removed debian/pyversions).
+      This allows us to simplify some things, such as test execution.
+    - Add XS-Testsuite: autopkgtest
+    - Updated Vcs-* URLs
+  * debian/compat:
+    - Bump debhelper compatibility level to 9
+  * debian/rules:
+    - Convert build process to dh_python2
+    - Light restructuring of test execution
+  * debian/pyversions:
+    - Remove (obsolete)
+  * debian/tests/*:
+    - Created an autopkgtest which executes the unit tests using the default
+      Python interpreter
+  * debian/watch:
+    - Use Google Code URLs following wiki.debian.org recommendations
+  * debian/source/lintian-overrides:
+    - Add override for debian-watch-may-check-gpg-signature
+  * debian/patches (refreshed):
+    - 0006-custom-config-file
+
+ -- Christian Kastner <debian at kvr.at>  Sun, 09 Mar 2014 15:13:06 +0100
+
+pyrit (0.4.0-2) unstable; urgency=low
+
+  * debian/control:
+    - Bumped Standards-Version to 3.9.2 (no changes needed) 
+  * debian/build.config
+    - Renamed to build.config.in and use a placeholder value for limit_ncpus
+  * debian/rules:
+    - Adapted to generate a pyrit config at build time which takes into
+      account, if set, the value from DEB_BUILD_OPTIONS=parallel=N for the
+      number of cores pyrit should use during build
+  * debian/TODO:
+    - Removed build-time config (see above) from list
+  * debian/patches added:
+    - 0014-performancecounter-handle-empty-result-gracefully
+      Don't attempt to process nonexistent results. Closes: #620991
+    - 0015-increase-timeout-in-unittests
+      In combination with the previous patch, this ensures that the affected
+      test cases are nevertheless fully run on slower hosts
+
+ -- Christian Kastner <debian at kvr.at>  Sun, 17 Apr 2011 22:24:49 +0200
+
+pyrit (0.4.0-1) unstable; urgency=low
+
+  * New upstream version.
+  * debian/control:
+    - Upgraded Depends on python-all-dev to versioned dependency (>= 2.5) due to
+      use of "with" statement
+    - Added Depends on libpcap-dev (new upstream requirement) 
+    - Downgraded Depends for python-sqlalchemy to 0.5.6 (new upstream feature)
+    - Don't start package description with article ("A" in this case)
+  * debian/watch:
+    - Simplified, as Google Code now provides hrefs in the Downloads list again
+  debian/pyrit.1:
+    - Sync'ed man page with upstream documentation for this version
+    - Minor corrections
+  * debian/patches dropped (implemented/included upstream):
+    - 0001-Add-OpenSSL-linking-exception-from-upstream
+    - 0002-Clean-up-after-unit-tests
+    - 0004-Fixed-deprecation-warning-generated-by-sql-alchemy
+    - 0005-Link-against-libcrypto-not-libssl
+    - 0007-add-option-to-limit-cores
+    - 0008-disable-optimizations-on-i386
+    - 0009-exception-handling-fix
+    - 0010-Add-SHA1-licensing-update-from-upstream
+    - 0011-fix-list-index-error
+    - 0012-fix-SSE2-detection
+    - 0013-FTBFS-on-failed-unit-tests
+
+ -- Christian Kastner <debian at kvr.at>  Mon, 04 Apr 2011 22:26:24 +0200
+
+pyrit (0.3.0-2) unstable; urgency=low
+
+  * debian/control:
+    - Bump Standards-Version to 3.9.1 (no changes needed)
+    - Updated package description, indicating that optimizations are detected
+      at run-time (a result of dropping patch 0008 and adding 0012).
+  * debian/patches:
+    - Added 0012-fix-SSE2-detection
+      Fixes a crash in run-time SSE2 detection on systems with MMX but no SSE2
+    - Added 0013-FTBFS-on-failed-unit-tests
+      Unit test failures should result in a FTBFS so that issues such as
+      #589995 are properly caught. Closes: #590520
+    - Dropped 0008-disable-optimizations-on-i386
+      Misguided patch; support for MMX/SSE2/VIA PADLOCK is detected at runtime
+ 
+ -- Christian Kastner <debian at kvr.at>  Tue, 24 Aug 2010 20:48:11 +0200
+
+pyrit (0.3.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #570918)
+  * debian/patches:
+    - 0001-Add-OpenSSL-linking-exception-from-upstream
+    - 0002-Clean-up-after-unit-tests
+    - 0003-Add-man-page-for-pyrit-1
+    - 0004-Fixed-deprecation-warning-generated-by-sql-alchemy
+    - 0005-Link-against-libcrypto-not-libssl
+    - 0006-custom-config-file
+    - 0007-add-option-to-limit-cores
+    - 0008-disable-optimizations-on-i386
+    - 0009-exception-handling-fix
+    - 0010-Add-SHA1-licensing-update-from-upstream
+    - 0011-fix-list-index-error
+
+ -- Christian Kastner <debian at kvr.at>  Wed, 21 Jul 2010 23:53:59 +0200




More information about the Python-apps-commits mailing list