[Pkg-tcltk-commits] r1766 - itk3/trunk/debian

sgolovan at alioth.debian.org sgolovan at alioth.debian.org
Wed Nov 25 12:31:17 UTC 2015


Author: sgolovan
Date: 2015-11-25 12:31:16 +0000 (Wed, 25 Nov 2015)
New Revision: 1766

Added:
   itk3/trunk/debian/itk3.maintscript
Modified:
   itk3/trunk/debian/changelog
   itk3/trunk/debian/control
   itk3/trunk/debian/rules
Log:
[itk3]
  * Incorporated changes from the NMU by Jonathan Wiltshire.
  * Fixed building the architecture-independent package only (closes: #806051).
  * Bumped standards-version to 3.9.6.


Modified: itk3/trunk/debian/changelog
===================================================================
--- itk3/trunk/debian/changelog	2015-11-25 12:16:41 UTC (rev 1765)
+++ itk3/trunk/debian/changelog	2015-11-25 12:31:16 UTC (rev 1766)
@@ -1,9 +1,19 @@
-itk3 (3.3-6) UNRELEASED; urgency=medium
+itk3 (3.3-6) unstable; urgency=medium
 
-  * NOT RELEASED YET
+  * Incorporated changes from the NMU by Jonathan Wiltshire.
+  * Fixed building the architecture-independent package only (closes: #806051).
+  * Bumped standards-version to 3.9.6.
 
- -- Sergei Golovan <sgolovan at debian.org>  Sat, 05 Jul 2014 20:27:45 +0400
+ -- Sergei Golovan <sgolovan at debian.org>  Wed, 25 Nov 2015 15:23:16 +0300
 
+itk3 (3.3-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Properly handle symlink_to_dir conversion for
+    /usr/share/doc/itk3 (Closes: #774890)
+
+ -- Jonathan Wiltshire <jmw at debian.org>  Sat, 17 Jan 2015 16:59:58 +0000
+
 itk3 (3.3-5) unstable; urgency=low
 
   * Switched to the 3.0 (quilt) source package format.

Modified: itk3/trunk/debian/control
===================================================================
--- itk3/trunk/debian/control	2015-11-25 12:16:41 UTC (rev 1765)
+++ itk3/trunk/debian/control	2015-11-25 12:31:16 UTC (rev 1766)
@@ -11,6 +11,7 @@
 Section: libs
 Priority: optional
 Architecture: any
+Pre-Depends: dpkg (>= 1.17.14), ${misc:Pre-Depends}
 Depends: ${shlibs:Depends}, libtk, itcl3, ${misc:Depends}
 Suggests: itk3-doc
 Conflicts: insight (<= 5.3+cvs.2003.08.30-1)

Added: itk3/trunk/debian/itk3.maintscript
===================================================================
--- itk3/trunk/debian/itk3.maintscript	                        (rev 0)
+++ itk3/trunk/debian/itk3.maintscript	2015-11-25 12:31:16 UTC (rev 1766)
@@ -0,0 +1 @@
+symlink_to_dir /usr/share/doc/itk3 /usr/share/doc/itcl3 3.3-5.1~

Modified: itk3/trunk/debian/rules
===================================================================
--- itk3/trunk/debian/rules	2015-11-25 12:16:41 UTC (rev 1765)
+++ itk3/trunk/debian/rules	2015-11-25 12:31:16 UTC (rev 1766)
@@ -83,11 +83,11 @@
 	# Tests require X-Window, so, diable them
 
 override_dh_link:
-	rm -r debian/itk3-dev/usr/share/doc/itk3-dev
+	rm -rf debian/itk$(vmajor)-dev/usr/share/doc/itk$(vmajor)-dev
 	dh_link
 
 override_dh_makeshlibs:
-	dh_makeshlibs -a -V 'itk3 (>= $(v)~), itk3 (<< $(v1)~)'
+	dh_makeshlibs -a -V 'itk$(vmajor) (>= $(v)~), itk$(vmajor) (<< $(v1)~)'
 
 source diff:
 	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false




More information about the Pkg-tcltk-commits mailing list