[med-svn] r17442 - in trunk/packages/staden/tags: . 2.0.0+b10-1.1/debian

Sergei Golovan sgolovan at moszumanska.debian.org
Fri Jul 11 06:03:22 UTC 2014


Author: sgolovan
Date: 2014-07-11 06:03:22 +0000 (Fri, 11 Jul 2014)
New Revision: 17442

Added:
   trunk/packages/staden/tags/2.0.0+b10-1.1/
   trunk/packages/staden/tags/2.0.0+b10-1.1/debian/changelog
   trunk/packages/staden/tags/2.0.0+b10-1.1/debian/rules
Removed:
   trunk/packages/staden/tags/2.0.0+b10-1.1/debian/changelog
   trunk/packages/staden/tags/2.0.0+b10-1.1/debian/rules
Log:
[svn-buildpackage] Tagging staden 2.0.0+b10-1.1

Deleted: trunk/packages/staden/tags/2.0.0+b10-1.1/debian/changelog
===================================================================
--- trunk/packages/staden/trunk/debian/changelog	2014-07-10 13:03:28 UTC (rev 17440)
+++ trunk/packages/staden/tags/2.0.0+b10-1.1/debian/changelog	2014-07-11 06:03:22 UTC (rev 17442)
@@ -1,40 +0,0 @@
-staden (2.0.0+b10-1) unstable; urgency=low
-
-  [ Tim Booth ]
-  * Initial release to Debian (Closes: #710324)
-
-  * Fix dependency for Debian after realising io-lib was already packaged
-    as libstaden-read
-
-  [ Andreas Tille ]
-  * Port some changes from other attempt to package staden by
-    Jonas Smedegaard
-  * Fix several lintian issues
-  * fix watch file
-  * wrapper script for staden to provide access to all binaries,
-    main binaries available via additional symlink
-
- -- Andreas Tille <tille at debian.org>  Mon, 21 Apr 2014 22:34:28 +0200
-
-staden (2.0.0b9-0biolinux4) precise; urgency=low
-
-  * Add patches to show copyright form Help menu
-
- -- Tim Booth <tbooth at ceh.ac.uk>  Wed, 12 Jun 2013 16:51:19 +0100
-
-staden (2.0.0b9-0biolinux3) precise; urgency=low
-
-  * Add missing build dep.
-  * Add recommends on staden-doc
-
- -- Tim Booth <tbooth at ceh.ac.uk>  Tue, 11 Jun 2013 10:18:37 +0100
-
-staden (2.0.0b9-0biolinux1) precise; urgency=low
-
-  * New package for Bio-Linux
-  * Split into dep/indep components
-  * Add an icon so that apps can show in Unity
-  * Remove tg_view.bin and tg_index.bin as they seem to be useless copies
-    of the corresponding binaries.
-
- -- Tim Booth <tbooth at ceh.ac.uk>  Mon, 10 Jun 2013 17:35:47 +0100

Copied: trunk/packages/staden/tags/2.0.0+b10-1.1/debian/changelog (from rev 17441, trunk/packages/staden/trunk/debian/changelog)
===================================================================
--- trunk/packages/staden/tags/2.0.0+b10-1.1/debian/changelog	                        (rev 0)
+++ trunk/packages/staden/tags/2.0.0+b10-1.1/debian/changelog	2014-07-11 06:03:22 UTC (rev 17442)
@@ -0,0 +1,48 @@
+staden (2.0.0+b10-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Point configure to the new location of Itcl and Itk packages
+    (closes: #753935).
+
+ -- Sergei Golovan <sgolovan at debian.org>  Fri, 11 Jul 2014 09:36:09 +0400
+
+staden (2.0.0+b10-1) unstable; urgency=low
+
+  [ Tim Booth ]
+  * Initial release to Debian (Closes: #710324)
+
+  * Fix dependency for Debian after realising io-lib was already packaged
+    as libstaden-read
+
+  [ Andreas Tille ]
+  * Port some changes from other attempt to package staden by
+    Jonas Smedegaard
+  * Fix several lintian issues
+  * fix watch file
+  * wrapper script for staden to provide access to all binaries,
+    main binaries available via additional symlink
+
+ -- Andreas Tille <tille at debian.org>  Mon, 21 Apr 2014 22:34:28 +0200
+
+staden (2.0.0b9-0biolinux4) precise; urgency=low
+
+  * Add patches to show copyright form Help menu
+
+ -- Tim Booth <tbooth at ceh.ac.uk>  Wed, 12 Jun 2013 16:51:19 +0100
+
+staden (2.0.0b9-0biolinux3) precise; urgency=low
+
+  * Add missing build dep.
+  * Add recommends on staden-doc
+
+ -- Tim Booth <tbooth at ceh.ac.uk>  Tue, 11 Jun 2013 10:18:37 +0100
+
+staden (2.0.0b9-0biolinux1) precise; urgency=low
+
+  * New package for Bio-Linux
+  * Split into dep/indep components
+  * Add an icon so that apps can show in Unity
+  * Remove tg_view.bin and tg_index.bin as they seem to be useless copies
+    of the corresponding binaries.
+
+ -- Tim Booth <tbooth at ceh.ac.uk>  Mon, 10 Jun 2013 17:35:47 +0100

Deleted: trunk/packages/staden/tags/2.0.0+b10-1.1/debian/rules
===================================================================
--- trunk/packages/staden/trunk/debian/rules	2014-07-10 13:03:28 UTC (rev 17440)
+++ trunk/packages/staden/tags/2.0.0+b10-1.1/debian/rules	2014-07-11 06:03:22 UTC (rev 17442)
@@ -1,52 +0,0 @@
-#!/usr/bin/make -f
-
-## DEB_BUILD_ARCH or DEB_BUILD_ARCH_BITS ??
-BITARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
-ifeq ($(BITARCH),64)
-    enable64bit:=--enable-64bit
-else
-    enable64bit:=
-endif
-
-%:
-	dh $@
-
-## Try to deal with multi-arch libraries ... this does not help
-# override_dh_auto_build:
-#	env LD_LIBRARY_PATH="$(CURDIR)/lib/$(DEB_HOST_MULTIARCH)" dh_auto_build
-
-## Try to deal with multi-arch libraries by disabling rpath ... which does not work as expected
-#override_dh_auto_configure:
-#	dh_auto_configure -- --disable-rpath
-
-override_dh_auto_configure:
-	dh_auto_configure -- $(enable64bit)
-
-override_dh_auto_install:
-	dh_auto_install
-	# Remove file causing lintian errors that is targeting at windows
-	find debian -name help_windows.tcl -delete
-	# Remove some empty directories
-	find debian -type d -empty -name acdtcl -delete
-	find debian -type d -empty -name templates -delete
-	# Build system is not prepared for multi-arch
-	mv $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/* $(CURDIR)/debian/tmp/usr/lib
-	rmdir $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)
-
-override_dh_auto_clean:
-	make spotless || true
-	rm -f config.log config.status
-	rm -f Makefile shlib.conf staden_config.h system.mk
-	find -name debian -prune -o -name .dir -exec rm '{}' ';'
-
-override_dh_fixperms:
-	dh_fixperms
-	# scripts should be executable
-	chmod a+x debian/*/usr/share/staden/tcl/gap5/contig_graph.tcl
-	chmod a+x debian/*/usr/share/staden/tcl/gap5/gap5_cmd.tcl
-	chmod a+x debian/*/usr/share/staden/tcl/prefinish/add_stops.tcl
-	chmod a+x debian/*/usr/share/staden/tcl/prefinish/finish_sanger.tcl
-	chmod a+x debian/*/usr/share/staden/tcl/tk_utils/help_ext.tcl
-	chmod a+x debian/*/usr/share/staden/tcl/tk_utils/help_galeon.tcl
-	chmod a+x debian/*/usr/share/staden/tcl/tk_utils/help_int.tcl
-	chmod a+x debian/*/usr/share/staden/tcl/tk_utils/help_netscape.tcl

Copied: trunk/packages/staden/tags/2.0.0+b10-1.1/debian/rules (from rev 17441, trunk/packages/staden/trunk/debian/rules)
===================================================================
--- trunk/packages/staden/tags/2.0.0+b10-1.1/debian/rules	                        (rev 0)
+++ trunk/packages/staden/tags/2.0.0+b10-1.1/debian/rules	2014-07-11 06:03:22 UTC (rev 17442)
@@ -0,0 +1,55 @@
+#!/usr/bin/make -f
+
+## DEB_BUILD_ARCH or DEB_BUILD_ARCH_BITS ??
+BITARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+DEB_HOST_MULTIARCH := $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+ifeq ($(BITARCH),64)
+    enable64bit:=--enable-64bit
+else
+    enable64bit:=
+endif
+
+%:
+	dh $@
+
+## Try to deal with multi-arch libraries ... this does not help
+# override_dh_auto_build:
+#	env LD_LIBRARY_PATH="$(CURDIR)/lib/$(DEB_HOST_MULTIARCH)" dh_auto_build
+
+## Try to deal with multi-arch libraries by disabling rpath ... which does not work as expected
+#override_dh_auto_configure:
+#	dh_auto_configure -- --disable-rpath
+
+override_dh_auto_configure:
+	dh_auto_configure -- $(enable64bit) \
+		--with-itcl=/usr/lib/tcltk/$(DEB_HOST_MULTIARCH) \
+		--with-itk=/usr/lib/tcltk/$(DEB_HOST_MULTIARCH)
+
+override_dh_auto_install:
+	dh_auto_install
+	# Remove file causing lintian errors that is targeting at windows
+	find debian -name help_windows.tcl -delete
+	# Remove some empty directories
+	find debian -type d -empty -name acdtcl -delete
+	find debian -type d -empty -name templates -delete
+	# Build system is not prepared for multi-arch
+	mv $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/* $(CURDIR)/debian/tmp/usr/lib
+	rmdir $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)
+
+override_dh_auto_clean:
+	make spotless || true
+	rm -f config.log config.status
+	rm -f Makefile shlib.conf staden_config.h system.mk
+	find -name debian -prune -o -name .dir -exec rm '{}' ';'
+
+override_dh_fixperms:
+	dh_fixperms
+	# scripts should be executable
+	chmod a+x debian/*/usr/share/staden/tcl/gap5/contig_graph.tcl
+	chmod a+x debian/*/usr/share/staden/tcl/gap5/gap5_cmd.tcl
+	chmod a+x debian/*/usr/share/staden/tcl/prefinish/add_stops.tcl
+	chmod a+x debian/*/usr/share/staden/tcl/prefinish/finish_sanger.tcl
+	chmod a+x debian/*/usr/share/staden/tcl/tk_utils/help_ext.tcl
+	chmod a+x debian/*/usr/share/staden/tcl/tk_utils/help_galeon.tcl
+	chmod a+x debian/*/usr/share/staden/tcl/tk_utils/help_int.tcl
+	chmod a+x debian/*/usr/share/staden/tcl/tk_utils/help_netscape.tcl




More information about the debian-med-commit mailing list