[Pkg-tcltk-commits] r1228 - in itcl3/trunk/debian: . patches

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Sat Apr 14 06:51:39 UTC 2012


Author: sgolovan
Date: 2012-04-14 06:51:38 +0000 (Sat, 14 Apr 2012)
New Revision: 1228

Modified:
   itcl3/trunk/debian/changelog
   itcl3/trunk/debian/control
   itcl3/trunk/debian/copyright
   itcl3/trunk/debian/itcl3-doc.docs
   itcl3/trunk/debian/itcl3.docs
   itcl3/trunk/debian/patches/non-linux.patch
   itcl3/trunk/debian/patches/pkgindex.patch
   itcl3/trunk/debian/rules
Log:
[itcl3]
  * New upstream release.
  * Bumped standards-version to 3.9.3.
  * Removed Chris Waters from uploaders list (closes: #664108).
  * Fixed debian/copyright.
  * Added build-arch and build-indep targets to debian/rules.


Modified: itcl3/trunk/debian/changelog
===================================================================
--- itcl3/trunk/debian/changelog	2012-03-05 14:38:53 UTC (rev 1227)
+++ itcl3/trunk/debian/changelog	2012-04-14 06:51:38 UTC (rev 1228)
@@ -1,8 +1,12 @@
-itcl3 (3.4~b1-4) UNRELEASED; urgency=low
+itcl3 (3.4.1-1) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release.
+  * Bumped standards-version to 3.9.3.
+  * Removed Chris Waters from uploaders list (closes: #664108).
+  * Fixed debian/copyright.
+  * Added build-arch and build-indep targets to debian/rules.
 
- -- Sergei Golovan <sgolovan at debian.org>  Fri, 12 Aug 2011 20:18:20 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Sat, 14 Apr 2012 10:44:20 +0400
 
 itcl3 (3.4~b1-3) unstable; urgency=low
 

Modified: itcl3/trunk/debian/control
===================================================================
--- itcl3/trunk/debian/control	2012-03-05 14:38:53 UTC (rev 1227)
+++ itcl3/trunk/debian/control	2012-04-14 06:51:38 UTC (rev 1228)
@@ -2,9 +2,9 @@
 Section: libs
 Priority: optional
 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>
+Uploaders: Sergei Golovan <sgolovan at debian.org>
 Build-Depends: debhelper (>= 5.0.0), tcl8.5-dev, quilt
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 Homepage: http://incrtcl.sourceforge.net/
 
 Package: itcl3

Modified: itcl3/trunk/debian/copyright
===================================================================
--- itcl3/trunk/debian/copyright	2012-03-05 14:38:53 UTC (rev 1227)
+++ itcl3/trunk/debian/copyright	2012-04-14 06:51:38 UTC (rev 1228)
@@ -6,9 +6,8 @@
 Copyright:
 
 Copyright (c) 1993-1998 Lucent Technologies, Inc.
-Copyright (c) 1998-2000 Cadence Design Systems, Inc.
 
-This software is copyrighted by Cadence Design Systems, Inc., and other
+This software is copyrighted by Lucent Technologies, Inc., and other
 parties.  The following terms apply to all files associated with the
 software unless explicitly disclaimed in individual files.
 

Modified: itcl3/trunk/debian/itcl3-doc.docs
===================================================================
--- itcl3/trunk/debian/itcl3-doc.docs	2012-03-05 14:38:53 UTC (rev 1227)
+++ itcl3/trunk/debian/itcl3-doc.docs	2012-04-14 06:51:38 UTC (rev 1228)
@@ -1,4 +1,4 @@
-README
-INCOMPATIBLE
-TODO
-CHANGES
+#README
+#INCOMPATIBLE
+#TODO
+#CHANGES

Modified: itcl3/trunk/debian/itcl3.docs
===================================================================
--- itcl3/trunk/debian/itcl3.docs	2012-03-05 14:38:53 UTC (rev 1227)
+++ itcl3/trunk/debian/itcl3.docs	2012-04-14 06:51:38 UTC (rev 1228)
@@ -1,4 +1,4 @@
-README
-INCOMPATIBLE
-TODO
-CHANGES
+#README
+#INCOMPATIBLE
+#TODO
+#CHANGES

Modified: itcl3/trunk/debian/patches/non-linux.patch
===================================================================
--- itcl3/trunk/debian/patches/non-linux.patch	2012-03-05 14:38:53 UTC (rev 1227)
+++ itcl3/trunk/debian/patches/non-linux.patch	2012-04-14 06:51:38 UTC (rev 1228)
@@ -1,25 +1,25 @@
 Patch by Sergei Golovan fixes build on hurd-i386, kfreebsd-i386,
 kfreebsd-amd64 architectures.
 
---- itcl3-3.4~b1.orig/configure
-+++ itcl3-3.4~b1/configure
-@@ -7518,7 +7518,7 @@
- 	        fi
- 	    fi
+--- itcl3-3.4.1.orig/configure
++++ itcl3-3.4.1/configure
+@@ -7752,7 +7752,7 @@
+ fi
+ 
  	    ;;
 -	Linux*)
 +	Linux*|GNU*)
  	    SHLIB_CFLAGS="-fPIC"
- 	    SHLIB_LD_LIBS='${LIBS}'
  	    SHLIB_SUFFIX=".so"
---- itcl3-3.4~b1.orig/tclconfig/tcl.m4
-+++ itcl3-3.4~b1/tclconfig/tcl.m4
-@@ -1440,7 +1440,7 @@
- 	        fi
- 	    fi
+ 
+--- itcl3-3.4.1.orig/tclconfig/tcl.m4
++++ itcl3-3.4.1/tclconfig/tcl.m4
+@@ -1517,7 +1517,7 @@
+ 	        ])
+ 	    ])
  	    ;;
 -	Linux*)
 +	Linux*|GNU*)
  	    SHLIB_CFLAGS="-fPIC"
- 	    SHLIB_LD_LIBS='${LIBS}'
  	    SHLIB_SUFFIX=".so"
+ 

Modified: itcl3/trunk/debian/patches/pkgindex.patch
===================================================================
--- itcl3/trunk/debian/patches/pkgindex.patch	2012-03-05 14:38:53 UTC (rev 1227)
+++ itcl3/trunk/debian/patches/pkgindex.patch	2012-04-14 06:51:38 UTC (rev 1228)
@@ -1,7 +1,8 @@
---- itcl3-3.2.1.orig/pkgIndex.tcl.in
-+++ itcl3-3.2.1/pkgIndex.tcl.in
-@@ -1,3 +1,3 @@
+--- itcl3-3.4.1.orig/pkgIndex.tcl.in
++++ itcl3-3.4.1/pkgIndex.tcl.in
+@@ -1,4 +1,4 @@
  # Tcl package index file, version 1.0
  
+ if {![package vsatisfies [package present Tcl] @TCL_VERSION@]} {return}
 -package ifneeded Itcl @PACKAGE_VERSION@ [list load [file join $dir "@PKG_LIB_FILE@"] Itcl]
 +package ifneeded Itcl @PACKAGE_VERSION@ [list load [file join /usr lib "@PKG_LIB_FILE at .1"] Itcl]

Modified: itcl3/trunk/debian/rules
===================================================================
--- itcl3/trunk/debian/rules	2012-03-05 14:38:53 UTC (rev 1227)
+++ itcl3/trunk/debian/rules	2012-04-14 06:51:38 UTC (rev 1228)
@@ -25,6 +25,8 @@
 	quilt push -a || test $$? = 2
 	touch patch-stamp
 
+build-arch: build-stamp
+build-indep: build-stamp
 build: build-stamp
 build-stamp: patch-stamp
 	dh_testdir
@@ -115,7 +117,7 @@
 	dh_testdir -i
 	dh_testroot -i
 	dh_installdocs -i
-	dh_installchangelogs -i ChangeLog
+	dh_installchangelogs -i
 	dh_compress -i
 	dh_fixperms -i
 	dh_installdeb -i
@@ -130,7 +132,7 @@
 	dh_installdocs -a
 	install -D -m 644 debian/itcl3.lintian-override \
 		  debian/itcl3/usr/share/lintian/overrides/itcl3
-	dh_installchangelogs -a ChangeLog
+	dh_installchangelogs -a
 	#
 	# hack up the /usr/doc links for dependent packages
 	rm -rf debian/itcl3-dev/usr/share/doc/itcl3-dev
@@ -150,4 +152,4 @@
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 
 binary: binary-indep binary-arch
-.PHONY: patch unpatch build clean clean-patched binary-indep binary-arch binary install
+.PHONY: patch unpatch build build-arch build-indep clean clean-patched binary-indep binary-arch binary install




More information about the Pkg-tcltk-commits mailing list