[med-svn] r3838 - trunk/packages/theseus/trunk/debian

Andreas Tille tille at alioth.debian.org
Mon Aug 31 13:20:42 UTC 2009


Author: tille
Date: 2009-08-31 13:20:42 +0000 (Mon, 31 Aug 2009)
New Revision: 3838

Modified:
   trunk/packages/theseus/trunk/debian/README.Debian
   trunk/packages/theseus/trunk/debian/changelog
   trunk/packages/theseus/trunk/debian/rules
Log:
Make sure thesaus_align script will be installed properly; Remove outdated parapgraph from README.Debian


Modified: trunk/packages/theseus/trunk/debian/README.Debian
===================================================================
--- trunk/packages/theseus/trunk/debian/README.Debian	2009-08-31 12:57:40 UTC (rev 3837)
+++ trunk/packages/theseus/trunk/debian/README.Debian	2009-08-31 13:20:42 UTC (rev 3838)
@@ -2,28 +2,6 @@
 ==================
 
 
-The theseus_align script
-------------------------
-
-This package includes the script theseus_align, which is distributed by
-the upstream author at his website. The script used to be a part of the
-distributed tarball, but was removed to avoid having to include it in 
-the various binary distribution tarballs.
-
-Rather than preparing a separate package only containing the shell script 
-theseus_align, we have chosen to include it in this package, along with
-its manpage. The script is installed in /usr/bin, hardwired with the
-alignment program muscle. It is possible to use other programs with
-theseus_align; in case you want to do this, copy the script to a local
-area and edit it.
-
-Hint for package developers: We provide a target "get-orig-source" in
-debian/rules to fetch the script, edit it for standard file locations
-and place it in debian/. This is an unconventional solution but it works
-for this specific case and makes sure that the script is in sync with
-the main upstream tarball.
-
-
 The getexamples script
 ----------------------
 

Modified: trunk/packages/theseus/trunk/debian/changelog
===================================================================
--- trunk/packages/theseus/trunk/debian/changelog	2009-08-31 12:57:40 UTC (rev 3837)
+++ trunk/packages/theseus/trunk/debian/changelog	2009-08-31 13:20:42 UTC (rev 3838)
@@ -1,5 +1,6 @@
 theseus (1.4.3-1) unstable; urgency=low
 
+  [Andreas Tille]
   * New upstream version
     Closes: #534630
   * debian/control
@@ -18,16 +19,15 @@
   * debian/patches/200-make.inc.patch: Use ar directly to to avoid
     problems with libtool, drop -arch command line options to gcc
     which let compilation fail
+  * debian/README.Debian: Removed paragraph about theseus_align
+    because this is now shipped in upstream tarball
 
- -- Andreas Tille <tille at debian.org>  Mon, 31 Aug 2009 14:50:19 +0200
-
-theseus (1.3.9-2) UNRELEASED; urgency=low
-
+  [Morten Kjeldgaard]
   * Fix FTBFS on certain platforms that lack the Atlas libraries
     by using lapack-dev in Build-Depends. This will pull in Atlas
     on the relevant platforms, otherwise not.
 
- -- Morten Kjeldgaard <mok0 at ubuntu.com>  Wed, 10 Dec 2008 17:25:22 +0100
+ -- Andreas Tille <tille at debian.org>  Mon, 31 Aug 2009 14:50:19 +0200
 
 theseus (1.3.9-1) unstable; urgency=low
 

Modified: trunk/packages/theseus/trunk/debian/rules
===================================================================
--- trunk/packages/theseus/trunk/debian/rules	2009-08-31 12:57:40 UTC (rev 3837)
+++ trunk/packages/theseus/trunk/debian/rules	2009-08-31 13:20:42 UTC (rev 3838)
@@ -9,3 +9,6 @@
 override_dh_auto_clean:
 	dh_quilt_patch
 	dh_auto_clean
+
+override_dh_auto_install:
+	echo "Do not call make install, use dh_install instead"




More information about the debian-med-commit mailing list