Use simpler debhelper for compatibility with lucid
[samtools.git] / debian / control
index 26ba80ea8501e0ca32f12f36be1ba2921ff25f4f..f3006d29c86e12ff9383925b4b63f112f5b4c520 100644 (file)
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
 DM-Upload-Allowed: yes
 Uploaders: Charles Plessy <plessy@debian.org>
-Build-Depends: debhelper (>= 8), cdbs, libncurses5-dev, zlib1g-dev
+Build-Depends: debhelper (>= 7), cdbs, quilt, libncurses5-dev, zlib1g-dev
 Standards-Version: 3.9.2
 Homepage: http://samtools.sourceforge.net
 Vcs-Browser: http://git.debian.org/?p=debian-med/samtools.git
@@ -25,9 +25,22 @@ Package: libbam-dev
 Architecture: any
 Section: libdevel
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: manipulates nucleotide sequence alignments in BAM or SAM format 
+Description: manipulates nucleotide sequence alignments in BAM or SAM format
  The BAM library provides I/O and various operations on manipulating nucleotide
  sequence alignments in the BAM (Binary Alignment/Mapping) or SAM (Sequence
  Alignment/Map) format. It now supports importing from or exporting to SAM,
  sorting, merging, generating pileup, and quickly retrieval of reads overlapped
- with a specified region. 
+ with a specified region.
+ .
+ This library is part SAMtools.
+
+Package: libbam1
+Architecture: any
+Section: libdevel
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: manipulates nucleotide sequence alignments in BAM or SAM format
+ The BAM library provides I/O and various operations on manipulating nucleotide
+ sequence alignments in the BAM (Binary Alignment/Mapping) or SAM (Sequence
+ Alignment/Map) format. It now supports importing from or exporting to SAM,
+ sorting, merging, generating pileup, and quickly retrieval of reads overlapped
+ with a specified region.