[med-svn] [libvcflib] 01/04: Revert changes uploaded to experimental to enable fixing bug in unstable targeting at Stretch release

Andreas Tille tille at debian.org
Wed Mar 1 14:58:15 UTC 2017


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

tille pushed a commit to branch master
in repository libvcflib.

commit 9c1436d4f9df60bd52297c90cae152d693a5f31d
Author: Andreas Tille <tille at debian.org>
Date:   Wed Mar 1 15:37:11 2017 +0100

    Revert changes uploaded to experimental to enable fixing bug in unstable targeting at Stretch release
---
 debian/changelog                |  6 ------
 debian/control                  |  2 +-
 debian/patches/pkg-config.patch | 18 ------------------
 debian/patches/series           |  1 -
 debian/rules                    |  3 ---
 5 files changed, 1 insertion(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c84223a..6c2349f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,3 @@
-libvcflib (1.0.0~rc1+dfsg1-2) experimental; urgency=medium
-
-  * Add pkg-config file for easier usage in freebayes
-
- -- Andreas Tille <tille at debian.org>  Fri, 10 Feb 2017 09:09:35 +0100
-
 libvcflib (1.0.0~rc1+dfsg1-1) unstable; urgency=medium
 
   * Adapt to recent PIE changes in dpkg (Thanks for the patch to Adrian Bunk
diff --git a/debian/control b/debian/control
index f1abd38..a2dfa99 100644
--- a/debian/control
+++ b/debian/control
@@ -46,7 +46,7 @@ Depends: ${shlibs:Depends},
          libvcflib1 (= ${binary:Version}),
          libdisorder-dev,
          libtabixpp-dev,
-         libsmithwaterman-dev (>= 0.0+20160702-2),
+         libsmithwaterman-dev,
          libssw-dev
 Description: C++ library for parsing and manipulating VCF files (development)
  The Variant Call Format (VCF) is a flat-file, tab-delimited textual format
diff --git a/debian/patches/pkg-config.patch b/debian/patches/pkg-config.patch
deleted file mode 100644
index b801aeb..0000000
--- a/debian/patches/pkg-config.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Author: Andreas Tille <tille at debian.org>
-Last-Update: Fri, 10 Feb 2017 09:09:35 +0100
-Description: Add pkg-config file to simplify building of freebayes
-
---- /dev/null
-+++ b/libvcflib.pc
-@@ -0,0 +1,11 @@
-+prefix=/usr
-+exec_prefix=${prefix}
-+libdir=${exec_prefix}/lib
-+includedir=${prefix}/include/vcflib
-+
-+Name: libvcflib
-+Version: 1.0
-+Description: C++ library for parsing and manipulating VCF files
-+Libs: -L${libdir} -lvcflib -lsmithwaterman -ldisorder
-+Cflags: -I${includedir} -I/usr/include/smithwaterman
-+
diff --git a/debian/patches/series b/debian/patches/series
index 4351bed..58cb293 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -7,4 +7,3 @@ intervaltree.patch
 shared_lib.patch
 keep_R_files.patch
 use_debian_packaged_libssw.patch
-pkg-config.patch
diff --git a/debian/rules b/debian/rules
index 3c411d5..a210c71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,9 +24,6 @@ override_dh_install:
 	cp -a filevercmp/filevercmp.h debian/libvcflib-dev/usr/include/vcflib/
 	mkdir -p debian/libvcflib-dev/usr/include/intervaltree
 	mv debian/libvcflib-dev/usr/include/vcflib/IntervalTree.h debian/libvcflib-dev/usr/include/intervaltree
-	# 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
 
 override_dh_fixperms:
 	dh_fixperms

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libvcflib.git



More information about the debian-med-commit mailing list