[med-svn] [htsjdk] 04/05: cme fix dpkg-control, Standards-Version: 4.1.1
Andreas Tille
tille at debian.org
Wed Oct 11 09:13:36 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository htsjdk.
commit 980e75d60654c33faa1e5b54667ab2cfe525a38c
Author: Andreas Tille <tille at debian.org>
Date: Wed Oct 11 10:15:55 2017 +0200
cme fix dpkg-control, Standards-Version: 4.1.1
---
debian/changelog | 2 ++
debian/control | 23 +++++++++++++----------
2 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 88cda24..4c13b54 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
htsjdk (2.12.0+dfsg-1) UNRELEASED; urgency=medium
* New upstream version
+ * cme fix dpkg-control
+ * Standards-Version: 4.1.1
-- Andreas Tille <tille at debian.org> Wed, 11 Oct 2017 10:14:36 +0200
diff --git a/debian/control b/debian/control
index 68974df..6ed56f7 100644
--- a/debian/control
+++ b/debian/control
@@ -11,18 +11,18 @@ Build-Depends: default-jdk (>= 2:1.8),
gradle-debian-helper,
maven-repo-helper,
debhelper (>= 10),
- libcommons-jexl2-java (>= 2.1.1),
- libcommons-logging-java (>= 1.1.1),
- libsnappy-java (>= 1.0.3~rc3),
- libcommons-compress-java (>= 1.4.1),
+ libcommons-jexl2-java,
+ libcommons-logging-java,
+ libsnappy-java,
+ libcommons-compress-java,
libxz-java (>= 1.5),
- libngs-java (>= 1.2.4-2~),
+ libngs-java,
# required for correct dependencies for -doc
default-jdk-doc,
# required for tests:
testng (>= 6.9.9),
junit4
-Standards-Version: 3.9.8
+Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/htsjdk.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/htsjdk.git
Homepage: http://samtools.github.io/htsjdk/
@@ -30,9 +30,11 @@ Homepage: http://samtools.github.io/htsjdk/
Package: libhtsjdk-java
Architecture: all
Section: java
-Depends: ${misc:Depends}, ${java:Depends}
+Depends: ${misc:Depends},
+ ${java:Depends}
Recommends: ${java:Recommends}
-Suggests: picard-tools, python
+Suggests: picard-tools,
+ python
Description: Java API for high-throughput sequencing data (HTS) formats
HTSJDK is an implementation of a unified Java library for accessing common
file formats, such as SAM (Sequence Alignment/Map) and VCF, used for
@@ -42,9 +44,10 @@ Description: Java API for high-throughput sequencing data (HTS) formats
Package: libhtsjdk-java-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}, ${java:Depends}
+Depends: ${misc:Depends},
+ ${java:Depends}
Recommends: ${java:Recommends}
-Description: Documentation for the java HTSJDK library
+Description: Documentation for the java HTSJDK library
HTSJDK is an implementation of a unified Java library for accessing common
file formats, such as SAM (Sequence Alignment/Map) and VCF, used for
high-throughput sequencing data. There are also an number of useful utilities
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/htsjdk.git
More information about the debian-med-commit
mailing list