[Pkg-tcltk-commits] r1000 - in tcllib/trunk/debian: . patches

sgolovan-guest at alioth.debian.org sgolovan-guest at alioth.debian.org
Fri Dec 11 08:27:35 UTC 2009


Author: sgolovan-guest
Date: 2009-12-11 08:27:22 +0000 (Fri, 11 Dec 2009)
New Revision: 1000

Added:
   tcllib/trunk/debian/README.source
   tcllib/trunk/debian/patches/manpages.diff
Modified:
   tcllib/trunk/debian/changelog
   tcllib/trunk/debian/control
   tcllib/trunk/debian/patches/build.diff
   tcllib/trunk/debian/patches/series
   tcllib/trunk/debian/rules
Log:
[tcllib]
  * New upstream release.
  * Added README.source file wich explains how to get patched source tree from
    the original tarball and set of patches in debian/patches.
  * Fixed whatis entries in manpages for the older versions of struct::graph,
    struct::matrix and struct::tree packages, and section for the
    simulation::random package.
  * Bumped standards version to 3.8.3.


Added: tcllib/trunk/debian/README.source
===================================================================
--- tcllib/trunk/debian/README.source	                        (rev 0)
+++ tcllib/trunk/debian/README.source	2009-12-11 08:27:22 UTC (rev 1000)
@@ -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: tcllib/trunk/debian/changelog
===================================================================
--- tcllib/trunk/debian/changelog	2009-11-22 11:36:33 UTC (rev 999)
+++ tcllib/trunk/debian/changelog	2009-12-11 08:27:22 UTC (rev 1000)
@@ -1,8 +1,14 @@
-tcllib (1.11.1-dfsg-3) UNRELEASED; urgency=low
+tcllib (1.12-dfsg-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release.
+  * Added README.source file wich explains how to get patched source tree from
+    the original tarball and set of patches in debian/patches.
+  * Fixed whatis entries in manpages for the older versions of struct::graph,
+    struct::matrix and struct::tree packages, and section for the
+    simulation::random package.
+  * Bumped standards version to 3.8.3.
 
- -- Sergei Golovan <sgolovan at debian.org>  Thu, 19 Mar 2009 18:15:35 +0300
+ -- Sergei Golovan <sgolovan at debian.org>  Fri, 11 Dec 2009 11:24:09 +0300
 
 tcllib (1.11.1-dfsg-2) unstable; urgency=low
 

Modified: tcllib/trunk/debian/control
===================================================================
--- tcllib/trunk/debian/control	2009-11-22 11:36:33 UTC (rev 999)
+++ tcllib/trunk/debian/control	2009-12-11 08:27:22 UTC (rev 1000)
@@ -5,7 +5,7 @@
 Uploaders: Chris Waters <xtifr at debian.org>, Sergei Golovan <sgolovan at debian.org>
 Build-Depends: debhelper (>= 5.0.0), quilt
 Build-Depends-Indep: tcl-dev
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Homepage: http://tcl.activestate.com/software/tcllib/
 
 Package: tcllib

Modified: tcllib/trunk/debian/patches/build.diff
===================================================================
--- tcllib/trunk/debian/patches/build.diff	2009-11-22 11:36:33 UTC (rev 999)
+++ tcllib/trunk/debian/patches/build.diff	2009-12-11 08:27:22 UTC (rev 1000)
@@ -1,5 +1,5 @@
---- tcllib-1.11.1-dfsg.orig/Makefile.in
-+++ tcllib-1.11.1-dfsg/Makefile.in
+--- tcllib-1.12-dfsg.orig/Makefile.in
++++ tcllib-1.12-dfsg/Makefile.in
 @@ -49,12 +49,14 @@
  all:
  doc:     html-doc nroff-doc

Added: tcllib/trunk/debian/patches/manpages.diff
===================================================================
--- tcllib/trunk/debian/patches/manpages.diff	                        (rev 0)
+++ tcllib/trunk/debian/patches/manpages.diff	2009-12-11 08:27:22 UTC (rev 1000)
@@ -0,0 +1,42 @@
+Patch by Sergei Golovan fixes bad whatis entries for older versions of
+struct::graph, struct::matrix and struct::tree packages.
+
+--- tcllib-1.12-dfsg.orig/modules/struct/graph1.man
++++ tcllib-1.12-dfsg/modules.struct/graph1.man
+@@ -1,8 +1,8 @@
+ [comment {-*- tcl -*-}]
+-[manpage_begin {struct::graph v1} n 1.2.1]
++[manpage_begin {struct::graph1} n 1.2.1]
+ [copyright {2002 Andreas Kupries <andreas_kupries at users.sourceforge.net>}]
+ [moddesc   {Tcl Data Structures}]
+-[titledesc {Create and manipulate directed graph objects}]
++[titledesc {Create and manipulate directed graph objects (version 1)}]
+ [category  {Data structures}]
+ [require Tcl 8.2]
+ [require struct::graph [opt 1.2.1]]
+--- tcllib-1.12-dfsg.orig/modules/struct/matrix1.man
++++ tcllib-1.12-dfsg/modules.struct/matrix1.man
+@@ -1,8 +1,8 @@
+ [comment {-*- tcl -*-}]
+-[manpage_begin {struct::matrix v1} n 1.2.1]
++[manpage_begin {struct::matrix1} n 1.2.1]
+ [copyright {2002 Andreas Kupries <andreas_kupries at users.sourceforge.net>}]
+ [moddesc   {Tcl Data Structures}]
+-[titledesc {Create and manipulate matrix objects}]
++[titledesc {Create and manipulate matrix objects (version 1)}]
+ [category  {Data structures}]
+ [require Tcl 8.2]
+ [require struct::matrix [opt 1.2.1]]
+--- tcllib-1.12-dfsg.orig/modules/struct/struct_tree1.man
++++ tcllib-1.12-dfsg/modules.struct/struct_tree1.man
+@@ -1,8 +1,8 @@
+ [comment {-*- tcl -*-}]
+-[manpage_begin {struct::tree v1} n 1.2.2]
++[manpage_begin {struct::tree1} n 1.2.2]
+ [copyright {2002 Andreas Kupries <andreas_kupries at users.sourceforge.net>}]
+ [moddesc   {Tcl Data Structures}]
+-[titledesc {Create and manipulate tree objects}]
++[titledesc {Create and manipulate tree objects (version 1)}]
+ [category  {Data structures}]
+ [require Tcl 8.2]
+ [require struct::tree [opt 1.2.2]]

Modified: tcllib/trunk/debian/patches/series
===================================================================
--- tcllib/trunk/debian/patches/series	2009-11-22 11:36:33 UTC (rev 999)
+++ tcllib/trunk/debian/patches/series	2009-12-11 08:27:22 UTC (rev 1000)
@@ -1 +1,2 @@
 build.diff
+manpages.diff

Modified: tcllib/trunk/debian/rules
===================================================================
--- tcllib/trunk/debian/rules	2009-11-22 11:36:33 UTC (rev 999)
+++ tcllib/trunk/debian/rules	2009-12-11 08:27:22 UTC (rev 1000)
@@ -89,6 +89,7 @@
 	  for f in *.n ; do \
 	    sed -e'/\.so man.macros/ d' \
 	    	-e's/^\.TH "math::roman"  1\.0/.TH "math::roman" 3tcl 1.0/' \
+	    	-e's/^\.TH \("simulation::random"\) n /.TH \1 3tcllib /' \
 	    	-e's/^\.TH \(.\+\) n /.TH \1 3tcl /' \
 	    	-e's/send(n)/send(3tk)/g' \
 	    	-e's/(n)/(3tcl)/g' \
@@ -154,15 +155,17 @@
 source diff:
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
+VER=1.12
+
 get-orig-source:
 	CURDIR=`pwd` && \
 	TMPDIR=`mktemp -d /tmp/tcllib.XXXXXX` && \
 	cd $$TMPDIR && \
-	wget -O - http://heanet.dl.sourceforge.net/sourceforge/tcllib/tcllib-1.11.1.tar.gz | tar -zx && \
+	wget -O - http://heanet.dl.sourceforge.net/sourceforge/tcllib/tcllib-$(VER).tar.gz | tar -zx && \
 	for f in `grep -rl '^Network Working Group' *` ; do \
 	    echo "REMOVING NON-FREE RFC $$f" ; rm -f $$f ; \
 	done && \
-	tar -zcf $$CURDIR/tcllib_1.11.1-dfsg.orig.tar.gz tcllib-1.11.1 && \
+	tar -zcf $$CURDIR/tcllib_$(VER)-dfsg.orig.tar.gz tcllib-$(VER) && \
 	rm -rf $$TMPDIR
 
 .PHONY: patch unpatch clean-patched build clean binary-indep binary-arch binary install get-orig-source




More information about the Pkg-tcltk-commits mailing list