[med-svn] [sra-sdk] 03/07: cme fix dpkg-control; debhelper 9; remove external libraries
Andreas Tille
tille at debian.org
Tue Aug 13 13:34:23 UTC 2013
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository sra-sdk.
commit 0fdc8471ac6b713c32a3769e6b6f6b48aa91bd09
Author: Andreas Tille <tille at debian.org>
Date: Tue Aug 13 15:06:01 2013 +0200
cme fix dpkg-control; debhelper 9; remove external libraries
---
debian/changelog | 8 +++++++-
debian/compat | 2 +-
debian/control | 30 +++++++++++++++++-------------
debian/copyright | 7 +++++--
debian/rules | 8 ++++++++
5 files changed, 38 insertions(+), 17 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a4fa064..68e84b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,13 @@ sra-sdk (2.3.2-4-1) UNRELEASED; urgency=low
* New upstream version
* debian/upstream: Add citation information
- * fixe debian/watch
+ * fix debian/watch
+ * debian/control:
+ - cme fix dpkg-control
+ - debhelper 9
+ * debian/copyright: Exclude external libraries
+ * debian/rules: Add get-orig-source target to call enhances
+ uscan
-- Andreas Tille <tille at debian.org> Tue, 13 Aug 2013 11:04:25 +0200
diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index 5ca535f..8a22fa1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,22 @@
Source: sra-sdk
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Charles Plessy <plessy at debian.org>,
+ Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Charles Plessy <plessy at debian.org>, Andreas Tille <tille at debian.org>
-DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 8),
- libbz2-dev,
- zlib1g-dev,
- libxml2-dev
-Standards-Version: 3.9.2
-Homepage: http://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=software
-Vcs-Git: git://git.debian.org/debian-med/sra-sdk.git
+Build-Depends: debhelper (>= 9),
+ libbz2-dev,
+ zlib1g-dev,
+ libxml2-dev
+Standards-Version: 3.9.4
Vcs-Browser: http://git.debian.org/?p=debian-med/sra-sdk.git;a=summary
+Vcs-Git: git://git.debian.org/debian-med/sra-sdk.git
+Homepage: http://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=software
Package: sra-toolkit
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: utilities for the NCBI Sequence Read Archive
Tools for reading the SRA archive, generally by converting individual runs
into some commonly used format such as fastq.
@@ -36,7 +37,8 @@ Description: utilities for the NCBI Sequence Read Archive
Package: sra-toolkit-libs0
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: Libraries for the SRA Toolkit
This package provides all libraries and modules for executing the
NCBI SRA toolkit's programs. This currently includes:
@@ -63,7 +65,9 @@ Description: Libraries for the SRA Toolkit
Package: sra-toolkit-libs-dev
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
Description: Development files for the NCBI SRA Toolkit's libraries
This package provides development support files for the
NCBI SRA Toolkit's libraries.
+
diff --git a/debian/copyright b/debian/copyright
index ac8e6ec..8c2760d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,8 @@
-Format: http://dep.debian.net/deps/dep5/
-Source: http://ftp-private.ncbi.nlm.nih.gov/sra/sdk/2.1.7/sra_sdk-2.1.7a.tar.gz
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://trace.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=software
+Files-Excluded:
+ libs/ext
+ tools/*/#Makefile#
Files: *
Copyright: none claimed
diff --git a/debian/rules b/debian/rules
index d70710e..42101f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,3 +24,11 @@ override_dh_install:
override_dh_link:
mv $(CURDIR)/debian/sra-toolkit-libs-dev/usr/lib/libsra-schema.so $(CURDIR)/debian/sra-toolkit-libs0/usr/lib/
dh_link
+
+# Remark: The following uscan command requires devscripts > 2.12.4 which is not
+# yet released at the time of this package release. The code can be obtained
+# via
+# git clone git://tille@git.debian.org/git/users/tille/devscripts.git
+# and then use scripts/uscan.pl
+get-orig-source:
+ uscan --verbose --force-download --repack-compression xz
--
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/sra-sdk.git
More information about the debian-med-commit
mailing list