[Python-modules-commits] r7534 - in packages/impacket/trunk/debian (7 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Sun Feb 15 19:24:00 UTC 2009


    Date: Sunday, February 15, 2009 @ 19:23:59
  Author: arnau
Revision: 7534

* Use quilt patch system.
* 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.

Added:
  packages/impacket/trunk/debian/README.source
  packages/impacket/trunk/debian/patches/series
Modified:
  packages/impacket/trunk/debian/changelog
  packages/impacket/trunk/debian/control
  packages/impacket/trunk/debian/copyright
  packages/impacket/trunk/debian/rules
  packages/impacket/trunk/debian/watch

Added: packages/impacket/trunk/debian/README.source
===================================================================
--- packages/impacket/trunk/debian/README.source	                        (rev 0)
+++ packages/impacket/trunk/debian/README.source	2009-02-15 19:23:59 UTC (rev 7534)
@@ -0,0 +1,6 @@
+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	2009-02-15 19:05:44 UTC (rev 7533)
+++ packages/impacket/trunk/debian/changelog	2009-02-15 19:23:59 UTC (rev 7534)
@@ -1,11 +1,19 @@
 impacket (0.9.6.0-4) UNRELEASED; urgency=low
 
-  * debian/control
-    - uniforming Vcs-Browser field
-  * debian/control
-    - switch Vcs-Browser field to viewsvn
+  [ Arnaud Fontaine ]
+  * Use quilt patch system.
+  * 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:
+    + Uniforming Vcs-Browser field.
+    + Switch Vcs-Browser field to viewsvn.
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Thu, 03 Jan 2008 11:44:02 +0100
+ -- Arnaud Fontaine <arnau at debian.org>  Sun, 15 Feb 2009 19:06:21 +0000
 
 impacket (0.9.6.0-3) unstable; urgency=low
 

Modified: packages/impacket/trunk/debian/control
===================================================================
--- packages/impacket/trunk/debian/control	2009-02-15 19:05:44 UTC (rev 7533)
+++ packages/impacket/trunk/debian/control	2009-02-15 19:23:59 UTC (rev 7534)
@@ -7,9 +7,9 @@
 	       cdbs (>= 0.4.43),
 	       python-dev (>= 2.3.5-11),
 	       python-support (>= 0.3.2),
-	       patchutils (>= 0.2.25)
-Standards-Version: 3.7.3
-Homepage: http://oss.coresecurity.com/projects/impacket.html
+	       quilt
+Standards-Version: 3.8.0
+Homepage: http://corelabs.coresecurity.com/index.php?module=FrontEndMod&action=view&type=tool&name=Impacket
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/impacket/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/impacket/trunk/
 

Modified: packages/impacket/trunk/debian/copyright
===================================================================
--- packages/impacket/trunk/debian/copyright	2009-02-15 19:05:44 UTC (rev 7533)
+++ packages/impacket/trunk/debian/copyright	2009-02-15 19:23:59 UTC (rev 7534)
@@ -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://oss.coresecurity.com/projects/impacket.html
+It was downloaded from http://corelabs.coresecurity.com/index.php?module=FrontEndMod&action=view&type=tool&name=Impacket
 
 Copyright:
 
-   Copyright (c) 2000 The Apache Software Foundation.  All rights
+   Copyright (c) 2000-2009 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-2007, 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
+The   Debian    packaging   is   (C)    2006-2009,   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/patches/series
===================================================================
--- packages/impacket/trunk/debian/patches/series	                        (rev 0)
+++ packages/impacket/trunk/debian/patches/series	2009-02-15 19:23:59 UTC (rev 7534)
@@ -0,0 +1 @@
+00_setup.patch

Modified: packages/impacket/trunk/debian/rules
===================================================================
--- packages/impacket/trunk/debian/rules	2009-02-15 19:05:44 UTC (rev 7533)
+++ packages/impacket/trunk/debian/rules	2009-02-15 19:23:59 UTC (rev 7534)
@@ -5,7 +5,7 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 
 # Don't compress .py file
 DEB_COMPRESS_EXCLUDE := .py

Modified: packages/impacket/trunk/debian/watch
===================================================================
--- packages/impacket/trunk/debian/watch	2009-02-15 19:05:44 UTC (rev 7533)
+++ packages/impacket/trunk/debian/watch	2009-02-15 19:23:59 UTC (rev 7534)
@@ -1,3 +1,4 @@
 version=3
-http://oss.coresecurity.com/projects/impacket.html \
-	../repo/Impacket-([\d.]*)\.tar\.gz
+opts=filenamemangle=s/.*=(.*)/$1/ \
+  http://corelabs.coresecurity.com/index.php?module=FrontEndMod&action=view&type=tool&name=Impacket \
+  /attachment.php\?type=tool&page=Impacket&file=Impacket-(\d[\d\.]*)\.tar\.gz




More information about the Python-modules-commits mailing list