[Python-modules-commits] r31069 - in packages/impacket/trunk/debian (5 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Thu Oct 16 03:37:32 UTC 2014


    Date: Thursday, October 16, 2014 @ 03:37:29
  Author: arnau
Revision: 31069

New impacket upstream release (0.9.12).

Modified:
  packages/impacket/trunk/debian/changelog
  packages/impacket/trunk/debian/control
  packages/impacket/trunk/debian/patches/00_setup.patch
  packages/impacket/trunk/debian/watch
Deleted:
  packages/impacket/trunk/debian/README.source

Deleted: packages/impacket/trunk/debian/README.source
===================================================================
--- packages/impacket/trunk/debian/README.source	2014-10-16 03:03:51 UTC (rev 31068)
+++ packages/impacket/trunk/debian/README.source	2014-10-16 03:37:29 UTC (rev 31069)
@@ -1,6 +0,0 @@
-This package  uses quilt to  manage all modifications to  the upstream
-source.   Changes  are  stored  in  the source  package  as  diffs  in
-'debian/patches' and applied during the build.
-
-You can find explanations about quilt usage in the following file:
-/usr/share/doc/quilt/README.source

Modified: packages/impacket/trunk/debian/changelog
===================================================================
--- packages/impacket/trunk/debian/changelog	2014-10-16 03:03:51 UTC (rev 31068)
+++ packages/impacket/trunk/debian/changelog	2014-10-16 03:37:29 UTC (rev 31069)
@@ -1,3 +1,12 @@
+impacket (0.9.12-1) unstable; urgency=medium
+
+  * New upstream release. Closes: #703784.
+    + d/patches: refreshed.
+  * d/watch: upstream source location has changed.
+  * d/control: bump Standards-Version to 3.9.6. No changes needed.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Thu, 16 Oct 2014 11:57:09 +0900
+
 impacket (0.9.10-1) unstable; urgency=low
 
   [ Arnaud Fontaine ]

Modified: packages/impacket/trunk/debian/control
===================================================================
--- packages/impacket/trunk/debian/control	2014-10-16 03:03:51 UTC (rev 31068)
+++ packages/impacket/trunk/debian/control	2014-10-16 03:37:29 UTC (rev 31069)
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 5.0.37.2),
 	       cdbs (>= 0.4.90~),
 	       python-all (>= 2.6.6-3~)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
 X-Python-Version: >= 2.3
 Homepage: http://code.google.com/p/impacket/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/impacket/trunk/
@@ -14,7 +14,7 @@
 
 Package: python-impacket
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-crypto
+Depends: ${python:Depends}, ${misc:Depends}, python-crypto (>= 2.6)
 Recommends: python-pcapy
 Description: Python module to easily build and dissect network protocols
  Impacket  is a  collection  of Python  classes  focused on  providing

Modified: packages/impacket/trunk/debian/patches/00_setup.patch
===================================================================
--- packages/impacket/trunk/debian/patches/00_setup.patch	2014-10-16 03:03:51 UTC (rev 31068)
+++ packages/impacket/trunk/debian/patches/00_setup.patch	2014-10-16 03:37:29 UTC (rev 31069)
@@ -1,11 +1,13 @@
 --- a/setup.py
 +++ b/setup.py
-@@ -20,8 +20,4 @@
+@@ -20,10 +20,5 @@
        long_description = 'Impacket is a collection of Python classes focused on providing access to network packets. Impacket allows Python developers to craft and decode network packets in simple and consistent manner.',
        platforms = ["Unix","Windows"],
-       packages = ['impacket', 'impacket.dcerpc', 'impacket.examples'],
+       packages = ['impacket', 'impacket.dcerpc', 'impacket.examples', 'impacket.dcerpc.v5', 'impacket.dcerpc.v5.dcom'],
 -      scripts = glob.glob(os.path.join('examples', '*.py')),
--      data_files = [(os.path.join('share', 'doc', PACKAGE_NAME),
--                     ['README', 'LICENSE']+glob.glob('doc/*'))],
--
+-      data_files = [(os.path.join('share', 'doc', PACKAGE_NAME), ['README', 'LICENSE']+glob.glob('doc/*')),
+-                    (os.path.join('share', 'doc', PACKAGE_NAME, 'testcases', 'dot11'),glob.glob('impacket/testcases/dot11/*')),
+-                    (os.path.join('share', 'doc', PACKAGE_NAME, 'testcases', 'ImpactPacket'),glob.glob('impacket/testcases/ImpactPacket/*')),
+-                    (os.path.join('share', 'doc', PACKAGE_NAME, 'testcases', 'SMB_RPC'),glob.glob('impacket/testcases/SMB_RPC/*'))],
+       requires=['pycrypto (>=2.6)'],
        )

Modified: packages/impacket/trunk/debian/watch
===================================================================
--- packages/impacket/trunk/debian/watch	2014-10-16 03:03:51 UTC (rev 31068)
+++ packages/impacket/trunk/debian/watch	2014-10-16 03:37:29 UTC (rev 31069)
@@ -1,3 +1,3 @@
 version=3
-http://code.google.com/p/impacket/downloads/list?can=1 \
-  .*/impacket-(\d[\d.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz)
+opts="dversionmangle=s/\+.*//" \
+  http://pypi.python.org/packages/source/i/impacket/impacket-([\d.]*)\.tar\.gz




More information about the Python-modules-commits mailing list