[Python-modules-commits] r24587 - in packages/impacket/trunk/debian (13 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Tue May 28 01:44:32 UTC 2013


    Date: Tuesday, May 28, 2013 @ 01:44:29
  Author: arnau
Revision: 24587

* New upstream release. Closes: #703773.
  + Merge python-impacket-doc into python-impacket as doc is not included
    in upstream source anymore.
  + Refresh debian/patches/*.
  + debian/control: add Depends against python-crypto.
* debian/control:
  + Bump Standards-Version to 3.9.4.
    - Add debian/README.source.
* Use dh_python2 rather than deprecated pysupport:
  + debian/control:
    - Bump cdbs version to 0.4.90~.
    - Replace python-dev by python-all (all) and bump version to 2.6.6-3~.
    - Drop Build-Depends against python-support.
  + debian/rules: remove DEB_PYTHON_SYSTEM line.
  + Remove debian/pyversions and debian/pycompat.
* Use 3.0 (quilt) format.
  + debian/rules: no need to use patchsys-quilt.mk anymore.
  + debian/control: remove Build-Depends on quilt.

Added:
  packages/impacket/trunk/debian/examples
Modified:
  packages/impacket/trunk/debian/changelog
  packages/impacket/trunk/debian/control
  packages/impacket/trunk/debian/copyright
  packages/impacket/trunk/debian/patches/00_setup.patch
  packages/impacket/trunk/debian/rules
  packages/impacket/trunk/debian/source/format
  packages/impacket/trunk/debian/watch
Deleted:
  packages/impacket/trunk/debian/pycompat
  packages/impacket/trunk/debian/python-impacket-doc.docs
  packages/impacket/trunk/debian/python-impacket-doc.examples
  packages/impacket/trunk/debian/python-impacket.README.Debian
  packages/impacket/trunk/debian/pyversions

Modified: packages/impacket/trunk/debian/changelog
===================================================================
--- packages/impacket/trunk/debian/changelog	2013-05-27 20:21:35 UTC (rev 24586)
+++ packages/impacket/trunk/debian/changelog	2013-05-28 01:44:29 UTC (rev 24587)
@@ -1,12 +1,27 @@
-impacket (0.9.6.0-4) UNRELEASED; urgency=low
+impacket (0.9.10-1) unstable; urgency=low
 
   [ Arnaud Fontaine ]
-  * Use quilt patch system.
+  * New upstream release. Closes: #703773.
+    + Merge python-impacket-doc into python-impacket as doc is not included
+      in upstream source anymore.
+    + Refresh debian/patches/*.
+    + debian/control: add Depends against python-crypto.
+  * debian/control:
+    + Bump Standards-Version to 3.9.4.
+      - Add debian/README.source.
+  * Use dh_python2 rather than deprecated pysupport:
+    + debian/control:
+      - Bump cdbs version to 0.4.90~.
+      - Replace python-dev by python-all (all) and bump version to 2.6.6-3~.
+      - Drop Build-Depends against python-support.
+    + debian/rules: remove DEB_PYTHON_SYSTEM line.
+    + Remove debian/pyversions and debian/pycompat.
+  * Use 3.0 (quilt) format.
+    + debian/rules: no need to use patchsys-quilt.mk anymore.
+    + debian/control: remove Build-Depends on quilt.
   * Update copyright years.
   * New upstream URL.
     + Update URL in debian/watch and debian/copyright.
-  * Bump Standards-Version to 3.8.0.
-    + Add debian/README.source.
   
   [ Sandro Tosi ]
   * debian/control:
@@ -16,7 +31,7 @@
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:01:03 +0200
+ -- Arnaud Fontaine <arnau at debian.org>  Mon, 27 May 2013 18:02:01 +0900
 
 impacket (0.9.6.0-3) unstable; urgency=low
 

Modified: packages/impacket/trunk/debian/control
===================================================================
--- packages/impacket/trunk/debian/control	2013-05-27 20:21:35 UTC (rev 24586)
+++ packages/impacket/trunk/debian/control	2013-05-28 01:44:29 UTC (rev 24587)
@@ -4,20 +4,18 @@
 Maintainer: Arnaud Fontaine <arnau at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5.0.37.2),
-	       cdbs (>= 0.4.43),
-	       python-dev (>= 2.3.5-11),
-	       python-support (>= 0.3.2),
-	       quilt
-Standards-Version: 3.8.0
-Homepage: http://corelabs.coresecurity.com/index.php?module=Wiki&action=view&type=tool&name=Impacket
+	       cdbs (>= 0.4.90~),
+	       python-all (>= 2.6.6-3~)
+Standards-Version: 3.9.4
+X-Python-Version: >= 2.3
+Homepage: http://code.google.com/p/impacket/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/impacket/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/impacket/trunk/
 
 Package: python-impacket
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, python-crypto
 Recommends: python-pcapy
-Suggests: python-impacket-doc
 Description: Python module to easily build and dissect network protocols
  Impacket  is a  collection  of Python  classes  focused on  providing
  access  to network  packets.   Impacket allows  Python developers  to
@@ -30,10 +28,3 @@
  From  scratch, as  well as  parsed from  raw data.   Furthermore, the
  object  oriented API  makes  it  simple to  work  with deep  protocol
  hierarchies.
-
-Package: python-impacket-doc
-Architecture: all
-Recommends: python-pcapy
-Section: doc
-Description: Python module to easily build and dissect network protocols
- This package contains the documentation for Impacket.

Modified: packages/impacket/trunk/debian/copyright
===================================================================
--- packages/impacket/trunk/debian/copyright	2013-05-27 20:21:35 UTC (rev 24586)
+++ packages/impacket/trunk/debian/copyright	2013-05-28 01:44:29 UTC (rev 24587)
@@ -1,11 +1,11 @@
 This package was debianized by Arnaud Fontaine <arnau at debian.org> on
 Tue, 11 Apr 2006 15:51:41 +0200.
 
-It was downloaded from http://corelabs.coresecurity.com/index.php?module=Wiki&action=view&type=tool&name=Impacket
+It was downloaded from http://code.google.com/p/impacket/downloads/list
 
-Copyright:
+Copyright: Copyright (c) 2003-2012 CORE Security Technologies
 
-   Copyright (c) 2000-2009 The Apache Software Foundation.  All rights
+   Copyright (c) 2000-2013 The Apache Software Foundation.  All rights
    reserved.
 
    Redistribution and use in source  and binary forms, with or without
@@ -51,7 +51,7 @@
    OF THE USE OF THIS SOFTWARE,  EVEN IF ADVISED OF THE POSSIBILITY OF
    SUCH DAMAGE.
 
-The   Debian    packaging   is   (C)    2006-2009,   Arnaud   Fontaine
+The   Debian    packaging   is   (C)    2006-2013,   Arnaud   Fontaine
 <arnau at debian.org> and is licensed  under the GPL.  On Debian systems,
 the complete  text of the GNU  General Public License can  be found in
 `/usr/share/common-licenses/GPL'.

Added: packages/impacket/trunk/debian/examples
===================================================================
--- packages/impacket/trunk/debian/examples	                        (rev 0)
+++ packages/impacket/trunk/debian/examples	2013-05-28 01:44:29 UTC (rev 24587)
@@ -0,0 +1 @@
+examples/*

Modified: packages/impacket/trunk/debian/patches/00_setup.patch
===================================================================
--- packages/impacket/trunk/debian/patches/00_setup.patch	2013-05-27 20:21:35 UTC (rev 24586)
+++ packages/impacket/trunk/debian/patches/00_setup.patch	2013-05-28 01:44:29 UTC (rev 24587)
@@ -1,10 +1,11 @@
---- setup.py.old	2006-06-20 00:36:56.000000000 +0200
-+++ setup.py	2006-06-20 00:37:35.000000000 +0200
-@@ -17,7 +17,4 @@
-       maintainer = "Max Caceres",
-       maintainer_email = "max at coresecurity.com",
-       packages = ['impacket', 'impacket.dcerpc'],
--      scripts = glob.glob(os.path.join('examples', '*.py'))+glob.glob('doc/*'),
+--- a/setup.py
++++ b/setup.py
+@@ -20,8 +20,4 @@
+       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'],
+-      scripts = glob.glob(os.path.join('examples', '*.py')),
 -      data_files = [(os.path.join('share', 'doc', PACKAGE_NAME),
--                     ['README', 'LICENSE'])],
+-                     ['README', 'LICENSE']+glob.glob('doc/*'))],
+-
        )

Deleted: packages/impacket/trunk/debian/pycompat
===================================================================
--- packages/impacket/trunk/debian/pycompat	2013-05-27 20:21:35 UTC (rev 24586)
+++ packages/impacket/trunk/debian/pycompat	2013-05-28 01:44:29 UTC (rev 24587)
@@ -1 +0,0 @@
-2

Deleted: packages/impacket/trunk/debian/python-impacket-doc.docs
===================================================================
--- packages/impacket/trunk/debian/python-impacket-doc.docs	2013-05-27 20:21:35 UTC (rev 24586)
+++ packages/impacket/trunk/debian/python-impacket-doc.docs	2013-05-28 01:44:29 UTC (rev 24587)
@@ -1 +0,0 @@
-doc/

Deleted: packages/impacket/trunk/debian/python-impacket-doc.examples
===================================================================
--- packages/impacket/trunk/debian/python-impacket-doc.examples	2013-05-27 20:21:35 UTC (rev 24586)
+++ packages/impacket/trunk/debian/python-impacket-doc.examples	2013-05-28 01:44:29 UTC (rev 24587)
@@ -1 +0,0 @@
-examples/*

Deleted: packages/impacket/trunk/debian/python-impacket.README.Debian
===================================================================
--- packages/impacket/trunk/debian/python-impacket.README.Debian	2013-05-27 20:21:35 UTC (rev 24586)
+++ packages/impacket/trunk/debian/python-impacket.README.Debian	2013-05-28 01:44:29 UTC (rev 24587)
@@ -1,7 +0,0 @@
-Please note:
-
-The examples for this package is in python-impacket-doc.
-
-When you install that package, you can find the examples
-in /usr/share/doc/python-impacket-doc.
-

Deleted: packages/impacket/trunk/debian/pyversions
===================================================================
--- packages/impacket/trunk/debian/pyversions	2013-05-27 20:21:35 UTC (rev 24586)
+++ packages/impacket/trunk/debian/pyversions	2013-05-28 01:44:29 UTC (rev 24587)
@@ -1 +0,0 @@
-2.3-

Modified: packages/impacket/trunk/debian/rules
===================================================================
--- packages/impacket/trunk/debian/rules	2013-05-27 20:21:35 UTC (rev 24586)
+++ packages/impacket/trunk/debian/rules	2013-05-28 01:44:29 UTC (rev 24587)
@@ -1,13 +1,8 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
-DEB_PYTHON_SYSTEM=pysupport
-
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 # Don't compress .py file
 DEB_COMPRESS_EXCLUDE := .py
-
-DEB_DESTDIR=debian/python-impacket

Modified: packages/impacket/trunk/debian/source/format
===================================================================
--- packages/impacket/trunk/debian/source/format	2013-05-27 20:21:35 UTC (rev 24586)
+++ packages/impacket/trunk/debian/source/format	2013-05-28 01:44:29 UTC (rev 24587)
@@ -1 +1 @@
-1.0
+3.0 (quilt)

Modified: packages/impacket/trunk/debian/watch
===================================================================
--- packages/impacket/trunk/debian/watch	2013-05-27 20:21:35 UTC (rev 24586)
+++ packages/impacket/trunk/debian/watch	2013-05-28 01:44:29 UTC (rev 24587)
@@ -1,4 +1,3 @@
 version=3
-opts=filenamemangle=s/.*=(.*)/$1/ \
-  http://corelabs.coresecurity.com/index.php?module=Wiki&action=view&type=tool&name=Impacket \
-  /index\.php\?module=Wiki&action=attachment&type=tool&page=Impacket&file=Impacket-([0-9.]+)\.tar\.gz
+http://code.google.com/p/impacket/downloads/list?can=1 \
+  .*/impacket-(\d[\d.]*)\.(?:zip|tgz|tbz2|txz|tar\.gz|tar\.bz2|tar\.xz)




More information about the Python-modules-commits mailing list