[med-svn] [Git][med-team/pbseqlib][master] * cme fix dpkg-control

Andreas Tille gitlab at salsa.debian.org
Tue Jun 26 08:45:09 BST 2018


Andreas Tille pushed to branch master at Debian Med / pbseqlib


Commits:
ead5c6f0 by Andreas Tille at 2018-06-26T09:44:55+02:00
  * cme fix dpkg-control
     - Point Vcs-fields to Salsa
     - Standards-Version: 4.1.4
     - Sequence of fields
     - Formatting

- - - - -


2 changed files:

- debian/changelog
- debian/control


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,11 @@ pbseqlib (5.3.1+dfsg-1) UNRELEASED; urgency=medium
   * d/watch: Upstream has tagged a release so use proper watch file
   * Exclude binary tools from upstream tarball
   * Set PREFIX_INC=.. to make sure header files will be found
+  * cme fix dpkg-control
+     - Point Vcs-fields to Salsa
+     - Standards-Version: 4.1.4
+     - Sequence of fields
+     - Formatting
 
  -- Andreas Tille <tille at debian.org>  Tue, 26 Jun 2018 08:39:02 +0200
 


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -1,30 +1,28 @@
 Source: pbseqlib
-Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Afif Elghraoui <afif at debian.org>
-Build-Depends:
-	debhelper (>= 10),
-	dh-exec,
-	python,
-	zlib1g-dev,
-	libhdf5-dev,
-	libboost-dev,
-	libpbbam-dev,
-	libhts-dev,
-	libgtest-dev <!nocheck>,
-Standards-Version: 4.1.1
 Section: libs
+Priority: optional
+Build-Depends: debhelper (>= 10),
+               dh-exec,
+               python,
+               zlib1g-dev,
+               libhdf5-dev,
+               libboost-dev,
+               libpbbam-dev,
+               libhts-dev,
+               libgtest-dev <!nocheck>
+Standards-Version: 4.1.4
+Vcs-Browser: https://salsa.debian.org/med-team/pbseqlib
+Vcs-Git: https://salsa.debian.org/med-team/pbseqlib.git
 Homepage: https://github.com/PacificBiosciences/blasr_libcpp
-Vcs-Git: https://anonscm.debian.org/git/debian-med/pbseqlib.git
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/pbseqlib.git
 
 Package: libpbseq
 Architecture: all
-Depends:
-	${misc:Depends},
-	libpbdata (>= ${source:Version}),
-	libpbihdf (>= ${source:Version}),
-	libblasr  (>= ${source:Version})
+Depends: ${misc:Depends},
+         libpbdata (>= ${source:Version}),
+         libpbihdf (>= ${source:Version}),
+         libblasr  (>= ${source:Version})
 Description: library for analyzing PacBio sequencing data
  Blasr_libcpp is a library used by blasr and other executables such as
  samtoh5, loadPulses for analyzing PacBio sequences. This library contains
@@ -33,13 +31,12 @@ Description: library for analyzing PacBio sequencing data
  This is a metapackage that depends on the pbseqlib component shared libraries.
 
 Package: libpbseq-dev
-Section: libdevel
 Architecture: all
-Depends:
-	${misc:Depends},
-	libpbdata-dev (>= ${source:Version}),
-	libpbihdf-dev (>= ${source:Version}),
-	libblasr-dev  (>= ${source:Version})
+Section: libdevel
+Depends: ${misc:Depends},
+         libpbdata-dev (>= ${source:Version}),
+         libpbihdf-dev (>= ${source:Version}),
+         libblasr-dev  (>= ${source:Version})
 Description: library for analyzing PacBio sequencing data (development files)
  Blasr_libcpp is a library used by blasr and other executables such as
  samtoh5, loadPulses for analyzing PacBio sequences. This library contains
@@ -48,12 +45,11 @@ Description: library for analyzing PacBio sequencing data (development files)
  This is a metapackage that depends on the pbseqlib component development files.
 
 Package: libpbdata-dev
-Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends:
-	libpbdata (= ${binary:Version}),
-	${misc:Depends}
+Section: libdevel
+Depends: libpbdata (= ${binary:Version}),
+         ${misc:Depends}
 Description: tools for handling PacBio sequences (development files)
  Blasr_libcpp is a library used by blasr and other executables such as
  samtoh5, loadPulses for analyzing PacBio sequences. This library contains
@@ -65,10 +61,9 @@ Description: tools for handling PacBio sequences (development files)
 Package: libpbdata
 Architecture: any
 Multi-Arch: same
-Depends:
-	${shlibs:Depends},
-	${misc:Depends},
-	libpbbam,
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libpbbam
 Description: tools for handling PacBio sequences
  Blasr_libcpp is a library used by blasr and other executables such as
  samtoh5, loadPulses for analyzing PacBio sequences. This library contains
@@ -77,12 +72,11 @@ Description: tools for handling PacBio sequences
  This package contains the pbdata sublibrary.
 
 Package: libpbihdf-dev
-Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends:
-	libpbihdf (= ${binary:Version}),
-	${misc:Depends}
+Section: libdevel
+Depends: libpbihdf (= ${binary:Version}),
+         ${misc:Depends}
 Description: tools for handling PacBio hdf5 files (development files)
  Blasr_libcpp is a library used by blasr and other executables such as
  samtoh5, loadPulses for analyzing PacBio sequences. This library contains
@@ -94,11 +88,10 @@ Description: tools for handling PacBio hdf5 files (development files)
 Package: libpbihdf
 Architecture: any
 Multi-Arch: same
-Depends:
-	${shlibs:Depends},
-	${misc:Depends},
-	libpbdata (= ${binary:Version}),
-	libpbbam,
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libpbdata (= ${binary:Version}),
+         libpbbam
 Description: tools for handling PacBio hdf5 files
  Blasr_libcpp is a library used by blasr and other executables such as
  samtoh5, loadPulses for analyzing PacBio sequences. This library contains
@@ -107,12 +100,11 @@ Description: tools for handling PacBio hdf5 files
  This package contains the hdf sublibrary.
 
 Package: libblasr-dev
-Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends:
-	libblasr (= ${binary:Version}),
-	${misc:Depends}
+Section: libdevel
+Depends: libblasr (= ${binary:Version}),
+         ${misc:Depends}
 Description: tools for aligning PacBio reads to target sequences (development files)
  Blasr_libcpp is a library used by blasr and other executables such as
  samtoh5, loadPulses for analyzing PacBio sequences. This library contains
@@ -124,12 +116,11 @@ Description: tools for aligning PacBio reads to target sequences (development fi
 Package: libblasr
 Architecture: any
 Multi-Arch: same
-Depends:
-	${shlibs:Depends},
-	${misc:Depends},
-	libpbdata (= ${binary:Version}),
-	libpbihdf (= ${binary:Version}),
-	libpbbam,
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libpbdata (= ${binary:Version}),
+         libpbihdf (= ${binary:Version}),
+         libpbbam
 Description: tools for aligning PacBio reads to target sequences
  Blasr_libcpp is a library used by blasr and other executables such as
  samtoh5, loadPulses for analyzing PacBio sequences. This library contains



View it on GitLab: https://salsa.debian.org/med-team/pbseqlib/commit/ead5c6f0d465a2fff39f11145386a262da309e34

-- 
View it on GitLab: https://salsa.debian.org/med-team/pbseqlib/commit/ead5c6f0d465a2fff39f11145386a262da309e34
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20180626/03b13ffe/attachment-0001.html>


More information about the debian-med-commit mailing list