[med-svn] r14346 - trunk/packages/infernal/trunk/debian

Andreas Tille tille at alioth.debian.org
Mon Aug 5 11:45:01 UTC 2013


Author: tille
Date: 2013-08-05 11:45:00 +0000 (Mon, 05 Aug 2013)
New Revision: 14346

Modified:
   trunk/packages/infernal/trunk/debian/changelog
   trunk/packages/infernal/trunk/debian/copyright
   trunk/packages/infernal/trunk/debian/rules
Log:
SOme lintian warnings; use xz compression (which turned out to be redundant now but does not harm); upload to unstable


Modified: trunk/packages/infernal/trunk/debian/changelog
===================================================================
--- trunk/packages/infernal/trunk/debian/changelog	2013-08-05 11:22:54 UTC (rev 14345)
+++ trunk/packages/infernal/trunk/debian/changelog	2013-08-05 11:45:00 UTC (rev 14346)
@@ -1,4 +1,4 @@
-infernal (1.1~rc4-1) UNRELEASED; urgency=low
+infernal (1.1~rc4-1) unstable; urgency=low
 
   * New upstream source
   * debian/source/format: 3.0 (quilt)
@@ -8,14 +8,17 @@
      - do not Build-Depend: quilt since source format implies this
      - The package builds only on architectures with SSE instructions.
        Quoting from build log on armel:
-       configure: WARNING: Infernal 1.1 requires VMX or SSE capability for parallel instructions.
-       configure: error: It appears your platform has neither and will not support Infernal.
+       configure: WARNING: Infernal 1.1 requires VMX or SSE capability for
+                  parallel instructions.
+       configure: error: It appears your platform has neither and will not
+                  support Infernal.
        So all non i386/amd64 architectures were excluded
        Closes: #718742
      - use anonscm in Vcs fields
   * debian/rules:
      - remove redundant setting for flags which is handled by debhelper 9
        automatically
+     - use xz compression
   * debian/copyright: DEP5
 
  -- Andreas Tille <tille at debian.org>  Mon, 05 Aug 2013 12:06:12 +0200

Modified: trunk/packages/infernal/trunk/debian/copyright
===================================================================
--- trunk/packages/infernal/trunk/debian/copyright	2013-08-05 11:22:54 UTC (rev 14345)
+++ trunk/packages/infernal/trunk/debian/copyright	2013-08-05 11:45:00 UTC (rev 14346)
@@ -41,7 +41,7 @@
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
  IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-Files: easel/{esl_sse.c,esl_vmx.c}
+Files: easel/esl_sse.c easel/esl_vmx.c
 Copyright: © 2007 Julien Pommier
            © 1992 Stephen Moshier
 License: BSD-Easel

Modified: trunk/packages/infernal/trunk/debian/rules
===================================================================
--- trunk/packages/infernal/trunk/debian/rules	2013-08-05 11:22:54 UTC (rev 14345)
+++ trunk/packages/infernal/trunk/debian/rules	2013-08-05 11:45:00 UTC (rev 14346)
@@ -16,10 +16,12 @@
 override_dh_strip:
 	dh_strip --dbg-package=infernal-dbg
 
-
 override_dh_auto_install:
 	$(MAKE) install prefix=$(CURDIR)/debian/tmp
 
+override_dh_builddeb:
+	dh_builddeb -- -Z xz
+
 get-orig-source:
 	VERSION=`dpkg-parsechangelog | grep Ver | cut -d' ' -f2 | cut -d- -f1` ; \
 	URL="ftp://selab.janelia.org/pub/software/infernal/infernal-$${VERSION}.tar.gz"; \




More information about the debian-med-commit mailing list