[med-svn] [Git][med-team/libvcflib][master] 2 commits: Fix interpreter lines and add missing interpreter dependencies

Andreas Tille gitlab at salsa.debian.org
Thu Sep 13 21:37:01 BST 2018


Andreas Tille pushed to branch master at Debian Med / libvcflib


Commits:
a37451af by Andreas Tille at 2018-09-13T20:33:21Z
Fix interpreter lines and add missing interpreter dependencies

- - - - -
29d738fe by Andreas Tille at 2018-09-13T20:35:47Z
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,4 +1,4 @@
-libvcflib (1.0.0~rc2+dfsg-1) UNRELEASED; urgency=medium
+libvcflib (1.0.0~rc2+dfsg-1) unstable; urgency=medium
 
   [ Steffen Moeller ]
   * Created debian/upstream/metadata for references to
@@ -9,12 +9,14 @@ libvcflib (1.0.0~rc2+dfsg-1) UNRELEASED; urgency=medium
   * debhelper 11
   * Point Vcs fields to salsa.debian.org
   * Standards-Version: 4.2.1
-  * Versioned Build-Depends: libfastahack-dev (>= 0.0+git20160702.bbc645f+dfsg-5~)
+  * Versioned Build-Depends:
+       libfastahack-dev (>= 0.0+git20160702.bbc645f+dfsg-5~)
   * Fix header file name
   * Build-Depends: libbz2-dev
   * Fix installation target dir
+  * Fix interpreter lines and add missing interpreter dependencies
 
- -- Andreas Tille <tille at debian.org>  Thu, 13 Sep 2018 16:06:09 +0200
+ -- Andreas Tille <tille at debian.org>  Thu, 13 Sep 2018 22:34:23 +0200
 
 libvcflib (1.0.0~rc1+dfsg1-6) unstable; urgency=medium
 


=====================================
debian/control
=====================================
@@ -69,7 +69,13 @@ Description: C++ library for parsing and manipulating VCF files (development)
 Package: libvcflib-tools
 Architecture: any
 Depends: ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         python,
+         r-base-core,
+         r-cran-plyr,
+         r-cran-ggplot2,
+         r-cran-gridbase
+Suggests: r-cran-pracma
 Description: C++ library for parsing and manipulating VCF files (tools)
  The Variant Call Format (VCF) is a flat-file, tab-delimited textual format
  intended to concisely describe reference-indexed variations between


=====================================
debian/rules
=====================================
@@ -28,6 +28,10 @@ override_dh_install:
 	# install pkg-config file
 	mkdir -p $(CURDIR)/debian/libvcflib-dev/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig
 	mv libvcflib.pc $(CURDIR)/debian/libvcflib-dev/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig
+	rm -rf debian/*/usr/lib/vcflib/bin/*.R
+	for pl in `grep -Rl '#!/usr/bin/env' debian/*/usr/*` ; do \
+	    sed -i '1s?^#!/usr/bin/env[[:space:]]\+perl?#!/usr/bin/perl?' $${pl} ; \
+	done
 
 override_dh_fixperms:
 	dh_fixperms



View it on GitLab: https://salsa.debian.org/med-team/libvcflib/compare/90f5e3fae4112fd3b9dc13b961cbf4903a34b748...29d738fea0270369860809d72458c998dcb241bb

-- 
View it on GitLab: https://salsa.debian.org/med-team/libvcflib/compare/90f5e3fae4112fd3b9dc13b961cbf4903a34b748...29d738fea0270369860809d72458c998dcb241bb
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/20180913/4ee118af/attachment-0001.html>


More information about the debian-med-commit mailing list