[Pkg-tcltk-commits] r929 - tcl8.4/trunk/debian

sgolovan-guest at alioth.debian.org sgolovan-guest at alioth.debian.org
Sat Sep 5 07:57:17 UTC 2009


Author: sgolovan-guest
Date: 2009-09-05 07:57:15 +0000 (Sat, 05 Sep 2009)
New Revision: 929

Added:
   tcl8.4/trunk/debian/README.source
Modified:
   tcl8.4/trunk/debian/changelog
   tcl8.4/trunk/debian/control
   tcl8.4/trunk/debian/rules
   tcl8.4/trunk/debian/watch
Log:
[tcl8.4]
  * Removed Anselm Lingnau from uploaders list (closes: #540848).
  * Protected quilt calls in debian/rules to make conversion to source
    format 3.0 (quilt) possible (closes: #484913).
  * Added README.source which describes how to work with quilt.
  * Use SourceForge redirector in debian/watch uscan control file.
  * Bumped standards version to 3.8.3.


Added: tcl8.4/trunk/debian/README.source
===================================================================
--- tcl8.4/trunk/debian/README.source	                        (rev 0)
+++ tcl8.4/trunk/debian/README.source	2009-09-05 07:57:15 UTC (rev 929)
@@ -0,0 +1,8 @@
+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.
+
+To get detailed instructions on how to apply the series of patches
+and modify them, please read /usr/share/doc/quilt/README.source
+
+ -- Sergei Golovan <sgolovan at debian.org>  Sat, 05 Sep 2009 11:33:56 +0400

Modified: tcl8.4/trunk/debian/changelog
===================================================================
--- tcl8.4/trunk/debian/changelog	2009-09-04 20:59:55 UTC (rev 928)
+++ tcl8.4/trunk/debian/changelog	2009-09-05 07:57:15 UTC (rev 929)
@@ -1,8 +1,13 @@
-tcl8.4 (8.4.19-4) UNRELEASED; urgency=low
+tcl8.4 (8.4.19-4) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Removed Anselm Lingnau from uploaders list (closes: #540848).
+  * Protected quilt calls in debian/rules to make conversion to source
+    format 3.0 (quilt) possible (closes: #484913).
+  * Added README.source which describes how to work with quilt.
+  * Use SourceForge redirector in debian/watch uscan control file.
+  * Bumped standards version to 3.8.3.
 
- -- Sergei Golovan <sgolovan at debian.org>  Sun, 01 Mar 2009 13:18:25 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Sat, 05 Sep 2009 11:34:08 +0400
 
 tcl8.4 (8.4.19-3) unstable; urgency=low
 

Modified: tcl8.4/trunk/debian/control
===================================================================
--- tcl8.4/trunk/debian/control	2009-09-04 20:59:55 UTC (rev 928)
+++ tcl8.4/trunk/debian/control	2009-09-05 07:57:15 UTC (rev 929)
@@ -1,10 +1,10 @@
 Source: tcl8.4
 Section: libs
 Priority: optional
-Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
-Uploaders: Chris Waters <xtifr at debian.org>, Anselm Lingnau <lingnau at debian.org>, Sergei Golovan <sgolovan at debian.org>
+Maintainer: Debian Tcl/Tk Packagers <pkg-tcltk-devel at lists.alioth.debian.org>
+Uploaders: Chris Waters <xtifr at debian.org>, Sergei Golovan <sgolovan at debian.org>
 Build-Depends: debhelper (>= 5.0.0), quilt
-Standards-Version: 3.7.3
+Standards-Version: 3.8.3
 Homepage: http://www.tcl.tk/
 
 Package: tcl8.4
@@ -25,7 +25,7 @@
 Priority: optional
 Architecture: all
 Suggests: tcl8.4
-Conflicts: tcldoc, tcl8.3-doc, tcl8.5-doc
+Conflicts: tcldoc, tcl8.3-doc
 Provides: tcldoc
 Description: Tcl (the Tool Command Language) v8.4 - manual pages
  Tcl is a powerful, easy-to-use, embeddable, cross-platform interpreted

Modified: tcl8.4/trunk/debian/rules
===================================================================
--- tcl8.4/trunk/debian/rules	2009-09-04 20:59:55 UTC (rev 928)
+++ tcl8.4/trunk/debian/rules	2009-09-05 07:57:15 UTC (rev 929)
@@ -20,13 +20,13 @@
 
 unpatch:
 	dh_testdir
-	-quilt pop -a
+	quilt pop -a || test $$? = 2
 	rm -rf patch-stamp .pc
 
 patch: patch-stamp
 patch-stamp:
 	dh_testdir
-	quilt push -a
+	quilt push -a || test $$? = 2
 	touch patch-stamp
 
 build: build-stamp

Modified: tcl8.4/trunk/debian/watch
===================================================================
--- tcl8.4/trunk/debian/watch	2009-09-04 20:59:55 UTC (rev 928)
+++ tcl8.4/trunk/debian/watch	2009-09-05 07:57:15 UTC (rev 929)
@@ -3,4 +3,4 @@
 # Compulsory line, this is a version 3 file
 version=3
 
-http://heanet.dl.sourceforge.net/sourceforge/tcl/tcl(8\.4\.[\d.]*)(?:-src)?.tar.gz
+http://sf.net/tcl/tcl(8\.4\.[\d.]*)(?:-src)?.tar.gz




More information about the Pkg-tcltk-commits mailing list