[med-svn] r8998 - trunk/packages/sigma-align/trunk/debian
Andreas Tille
tille at alioth.debian.org
Fri Dec 16 14:55:41 UTC 2011
Author: tille
Date: 2011-12-16 14:55:41 +0000 (Fri, 16 Dec 2011)
New Revision: 8998
Modified:
trunk/packages/sigma-align/trunk/debian/changelog
trunk/packages/sigma-align/trunk/debian/compat
trunk/packages/sigma-align/trunk/debian/control
trunk/packages/sigma-align/trunk/debian/rules
Log:
Finally uploaded package to fix bug in description; switch from cdbs to dh
Modified: trunk/packages/sigma-align/trunk/debian/changelog
===================================================================
--- trunk/packages/sigma-align/trunk/debian/changelog 2011-12-16 13:02:37 UTC (rev 8997)
+++ trunk/packages/sigma-align/trunk/debian/changelog 2011-12-16 14:55:41 UTC (rev 8998)
@@ -1,18 +1,22 @@
-sigma-align (1.1.3-2) UNRELEASED; urgency=low
+sigma-align (1.1.3-2) unstable; urgency=low
[ Charles Plessy ]
- * Documented informations in ‘debian/upstream-metadata.yaml’.
+ * Documented information in ‘debian/upstream-metadata.yaml’.
* Converted debian/copyright to machine-readable format version 1.0.
[Steffen Möller]
* Split long description in two (Closes: #644663)
[ Andreas Tille ]
- * Fixed Vcs fields
+ * debian/control:
+ - Fixed Vcs fields
+ - Standards-Version incremented to reflect compliance with Policy 3.9.2.
+ - Long description less than 80 characters per line
* Source format 3.0 (quilt)
- * Standards-Version incremented to reflect compliance with Policy 3.9.2.
+ * debian/rules: dh instead of cdbs
+ * Debhelper 8 (control+compat)
- -- Andreas Tille <tille at debian.org> Sun, 09 Oct 2011 08:36:09 +0200
+ -- Andreas Tille <tille at debian.org> Fri, 16 Dec 2011 15:45:30 +0100
sigma-align (1.1.3-1) unstable; urgency=low
Modified: trunk/packages/sigma-align/trunk/debian/compat
===================================================================
--- trunk/packages/sigma-align/trunk/debian/compat 2011-12-16 13:02:37 UTC (rev 8997)
+++ trunk/packages/sigma-align/trunk/debian/compat 2011-12-16 14:55:41 UTC (rev 8998)
@@ -1 +1 @@
-7
+8
Modified: trunk/packages/sigma-align/trunk/debian/control
===================================================================
--- trunk/packages/sigma-align/trunk/debian/control 2011-12-16 13:02:37 UTC (rev 8997)
+++ trunk/packages/sigma-align/trunk/debian/control 2011-12-16 14:55:41 UTC (rev 8998)
@@ -5,7 +5,7 @@
DM-Upload-Allowed: yes
Uploaders: Charles Plessy <plessy at debian.org>,
Andreas Tille <tille at debian.org>
-Build-Depends: autotools-dev, cdbs, debhelper (>= 7), libglib2.0-dev
+Build-Depends: autotools-dev, debhelper (>= 8), libglib2.0-dev
Standards-Version: 3.9.2
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/sigma-align/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/sigma-align/trunk/
@@ -15,11 +15,13 @@
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Simple greedy multiple alignment of non-coding DNA sequences
- Sigma (“Simple greedy multiple alignment”) is an alignment program. Is algorithm
- and scoring scheme are designed specifically for non-coding DNA sequence.
+ Sigma (“Simple greedy multiple alignment”) is an alignment program. Is
+ algorithm and scoring scheme are designed specifically for non-coding
+ DNA sequence.
.
- It uses a strategy of seeking the best possible gapless local alignments. This
- happens at each step making the best possible alignment consistent with
- existing alignments. It scores the significance of the alignment based on the
- lengths of the aligned fragments and a background model. These may be
- supplied or estimated from an auxiliary file of intergenic DNA.
+ It uses a strategy of seeking the best possible gapless local
+ alignments. This happens at each step making the best possible alignment
+ consistent with existing alignments. It scores the significance of the
+ alignment based on the lengths of the aligned fragments and a background
+ model. These may be supplied or estimated from an auxiliary file of
+ intergenic DNA.
Modified: trunk/packages/sigma-align/trunk/debian/rules
===================================================================
--- trunk/packages/sigma-align/trunk/debian/rules 2011-12-16 13:02:37 UTC (rev 8997)
+++ trunk/packages/sigma-align/trunk/debian/rules 2011-12-16 14:55:41 UTC (rev 8998)
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
+%:
+ dh $@ --with autotools_dev
More information about the debian-med-commit
mailing list