[med-svn] [art-nextgen-simulation-tools] 01/03: Rename data pakcage to profile package. Profiles do not seem to be needed for normal operation so just use suggests

Andreas Tille tille at debian.org
Wed Feb 17 09:48:32 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository art-nextgen-simulation-tools.

commit a515fa32f58e06f7f543d33bdbb9bcafc86187c1
Author: Andreas Tille <tille at debian.org>
Date:   Wed Feb 17 09:12:11 2016 +0100

    Rename data pakcage to profile package.  Profiles do not seem to be needed for normal operation so just use suggests
---
 ...stall => art-nextgen-simulation-tools-profiles.install} |  0
 debian/art-nextgen-simulation-tools.README.Debian          | 14 ++++++++++++++
 ...data.examples => art-nextgen-simulation-tools.examples} |  0
 debian/control                                             |  8 ++++----
 debian/rules                                               |  6 +++---
 5 files changed, 21 insertions(+), 7 deletions(-)

diff --git a/debian/art-nextgen-simulation-tools-data.install b/debian/art-nextgen-simulation-tools-profiles.install
similarity index 100%
rename from debian/art-nextgen-simulation-tools-data.install
rename to debian/art-nextgen-simulation-tools-profiles.install
diff --git a/debian/art-nextgen-simulation-tools.README.Debian b/debian/art-nextgen-simulation-tools.README.Debian
new file mode 100644
index 0000000..4b657f5
--- /dev/null
+++ b/debian/art-nextgen-simulation-tools.README.Debian
@@ -0,0 +1,14 @@
+ART for Debian
+==============
+
+In Debian the original generic name ART was changed to
+art-nextgen-simulation-tools.
+
+Example profiles from the source package can be found
+
+    /usr/share/art-nextgen-simulation-tools
+
+after installing the package art-nextgen-simulation-tools-profiles
+
+ -- Andreas Tille <tille at debian.org>  Tue, 16 Feb 2016 15:19:22 +0100
+
diff --git a/debian/art-nextgen-simulation-tools-data.examples b/debian/art-nextgen-simulation-tools.examples
similarity index 100%
rename from debian/art-nextgen-simulation-tools-data.examples
rename to debian/art-nextgen-simulation-tools.examples
diff --git a/debian/control b/debian/control
index 11a78bc..053527f 100644
--- a/debian/control
+++ b/debian/control
@@ -14,8 +14,8 @@ Homepage: http://www.niehs.nih.gov/research/resources/software/biostatistics/art
 Package: art-nextgen-simulation-tools
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${misc:Depends},
-         art-nextgen-simulation-tools-data
+         ${misc:Depends}
+Suggests: art-nextgen-simulation-tools-profiles
 Description: simulation tools to generate synthetic next-generation sequencing reads
  ART is a set of simulation tools to generate synthetic next-generation
  sequencing reads. ART simulates sequencing reads by mimicking real
@@ -36,10 +36,10 @@ Description: simulation tools to generate synthetic next-generation sequencing r
  variants simulators (e.g. VarSim) for evaluating variant calling tools
  or methods.
 
-Package: art-nextgen-simulation-tools-data
+Package: art-nextgen-simulation-tools-profiles
 Architecture: all
 Depends: ${misc:Depends}
-Description: simulation tools to generate synthetic next-generation sequencing reads
+Description: profiles for art simulation tools
  ART is a set of simulation tools to generate synthetic next-generation
  sequencing reads. ART simulates sequencing reads by mimicking real
  sequencing process with empirical error models or quality profiles
diff --git a/debian/rules b/debian/rules
index 190e2d0..4622c8b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 DEBPKGNAME := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
-DATAPKG := $(DEBPKGNAME)-data
+DATAPKG := $(DEBPKGNAME)-profiles
 
 %:
 	dh $@ --with autoreconf
@@ -18,8 +18,8 @@ else
 	rm -f *.aln *.fq *.bed *.map *.sam *.stat
 endif
 
-override_dh_installexamples-indep:
-	dh_installexamples -i
+override_dh_installexamples-arch:
+	dh_installexamples -a
 	mkdir -p debian/$(DATAPKG)/usr/share/doc/$(DEBPKGNAME)
 	mv debian/$(DATAPKG)/usr/share/doc/$(DATAPKG)/examples debian/$(DATAPKG)/usr/share/doc/$(DEBPKGNAME)
 	for ex in examples/run_test_examples_*.sh ; do \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/art-nextgen-simulation-tools.git



More information about the debian-med-commit mailing list