[med-svn] [Git][med-team/libbigwig][master] 3 commits: Add symbols file
Andreas Tille (@tille)
gitlab at salsa.debian.org
Thu Aug 25 06:51:53 BST 2022
Andreas Tille pushed to branch master at Debian Med / libbigwig
Commits:
60710bbe by Andreas Tille at 2022-08-25T07:41:57+02:00
Add symbols file
- - - - -
cc2a2bf9 by Andreas Tille at 2022-08-25T07:42:37+02:00
Delete unneeded debian/*.dirs files
- - - - -
03bfe4cb by Andreas Tille at 2022-08-25T07:51:31+02:00
Use d-shlibs
- - - - -
9 changed files:
- debian/changelog
- debian/control
- − debian/libbigwig-dev.dirs
- − debian/libbigwig-dev.install
- − debian/libbigwig.links
- − debian/libbigwig0.dirs
- − debian/libbigwig0.install
- + debian/libbigwig0.symbols
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+libbigwig (0.4.6+dfsg-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Add symbols file
+ * Delete unneeded debian/*.dirs files
+ * Use d-shlibs
+
+ -- Andreas Tille <tille at debian.org> Thu, 25 Aug 2022 07:41:40 +0200
+
libbigwig (0.4.6+dfsg-1) unstable; urgency=medium
[ Steffen Moeller ]
=====================================
debian/control
=====================================
@@ -1,9 +1,10 @@
Source: libbigwig
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller at debian.org>
-Section: libs
+Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
+ d-shlibs,
libcurl4-gnutls-dev|libcurl-dev,
zlib1g-dev
Build-Depends-Indep: doxygen
@@ -15,6 +16,7 @@ Rules-Requires-Root: no
Package: libbigwig0
Architecture: any
+Section: libs
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
=====================================
debian/libbigwig-dev.dirs deleted
=====================================
@@ -1,2 +0,0 @@
-usr/lib
-usr/include
=====================================
debian/libbigwig-dev.install deleted
=====================================
@@ -1,6 +0,0 @@
-usr/include/*
-usr/lib/*/lib*.so
-usr/lib/*/libBigWig.a
-#usr/lib/lib*.so
-#usr/lib/*/pkgconfig/*
-#usr/share/pkgconfig/*
=====================================
debian/libbigwig.links deleted
=====================================
@@ -1 +0,0 @@
-usr/lib/libBigWig.so.0 usr/lib/libBigWig.so
=====================================
debian/libbigwig0.dirs deleted
=====================================
@@ -1 +0,0 @@
-usr/lib
=====================================
debian/libbigwig0.install deleted
=====================================
@@ -1,2 +0,0 @@
-#lib*.so.*
-usr/lib/*/lib*.so.*
=====================================
debian/libbigwig0.symbols
=====================================
@@ -0,0 +1,66 @@
+libBigWig.so.0 libbigwig0 #MINVER#
+ GLOBAL_DEFAULTBUFFERSIZE at Base 0.4.6
+ addIntervalValue at Base 0.4.6
+ bbDestroyOverlappingEntries at Base 0.4.6
+ bbGetOverlappingEntries at Base 0.4.6
+ bbGetOverlappingEntriesCore at Base 0.4.6
+ bbGetSQL at Base 0.4.6
+ bbIsBigBed at Base 0.4.6
+ bbOpen at Base 0.4.6
+ bbOverlappingEntriesIterator at Base 0.4.6
+ bwAddIntervalSpanSteps at Base 0.4.6
+ bwAddIntervalSpans at Base 0.4.6
+ bwAddIntervals at Base 0.4.6
+ bwAppendIntervalSpanSteps at Base 0.4.6
+ bwAppendIntervalSpans at Base 0.4.6
+ bwAppendIntervals at Base 0.4.6
+ bwCleanup at Base 0.4.6
+ bwClose at Base 0.4.6
+ bwCreateChromList at Base 0.4.6
+ bwCreateHdr at Base 0.4.6
+ bwDestroyIndex at Base 0.4.6
+ bwDestroyIndexNode at Base 0.4.6
+ bwDestroyOverlappingIntervals at Base 0.4.6
+ bwFillBuffer at Base 0.4.6
+ bwFillDataHdr at Base 0.4.6
+ bwFinalize at Base 0.4.6
+ bwGetOverlappingIntervals at Base 0.4.6
+ bwGetOverlappingIntervalsCore at Base 0.4.6
+ bwGetTid at Base 0.4.6
+ bwGetValues at Base 0.4.6
+ bwInit at Base 0.4.6
+ bwIsBigWig at Base 0.4.6
+ bwIteratorDestroy at Base 0.4.6
+ bwIteratorNext at Base 0.4.6
+ bwOpen at Base 0.4.6
+ bwOverlappingIntervalsIterator at Base 0.4.6
+ bwRead at Base 0.4.6
+ bwReadIndex at Base 0.4.6
+ bwSetPos at Base 0.4.6
+ bwStats at Base 0.4.6
+ bwStatsFromFull at Base 0.4.6
+ bwStatsFromZoom at Base 0.4.6
+ bwTell at Base 0.4.6
+ bwWriteHdr at Base 0.4.6
+ constructZoomLevels at Base 0.4.6
+ destroyBWOverlapBlock at Base 0.4.6
+ destroyVals_t at Base 0.4.6
+ getContentLength at Base 0.4.6
+ getScalar at Base 0.4.6
+ makeZoomLevels at Base 0.4.6
+ nextPos at Base 0.4.6
+ overlapsInterval at Base 0.4.6
+ updateInterval at Base 0.4.6
+ urlClose at Base 0.4.6
+ urlFetchData at Base 0.4.6
+ urlOpen at Base 0.4.6
+ urlRead at Base 0.4.6
+ urlSeek at Base 0.4.6
+ url_fread at Base 0.4.6
+ walkRTreeNodes at Base 0.4.6
+ writeIndex at Base 0.4.6
+ writeIndexOffsets at Base 0.4.6
+ writeIndexTree at Base 0.4.6
+ writeIndexTreeNode at Base 0.4.6
+ writeSummary at Base 0.4.6
+ writeZoomLevels at Base 0.4.6
=====================================
debian/rules
=====================================
@@ -22,16 +22,14 @@ override_dh_auto_build-indep:
override_dh_auto_install:
dh_auto_install
- mkdir -p $(CURDIR)/debian/tmp/usr/lib/$(shell dpkg-architecture -qDEB_TARGET_MULTIARCH)
- #mv $(CURDIR)/debian/tmp/usr/lib/*so* $(CURDIR)/debian/tmp/usr/lib/$(shell dpkg-architecture -qDEB_TARGET_MULTIARCH)
- mv *.so.* $(CURDIR)/debian/tmp/usr/lib/$(shell dpkg-architecture -qDEB_TARGET_MULTIARCH)
- # This is a symbolic link, not a copy
- mv *.so $(CURDIR)/debian/tmp/usr/lib/$(shell dpkg-architecture -qDEB_TARGET_MULTIARCH)
- mv $(CURDIR)/debian/tmp/usr/lib/*.a $(CURDIR)/debian/tmp/usr/lib/$(shell dpkg-architecture -qDEB_TARGET_MULTIARCH)/
-
-override_dh_missing:
- rm -f debian/tmp/usr/lib/libBigWig.so
- dh_missing
+ d-shlibmove --commit \
+ --multiarch \
+ --devunversioned \
+ --exclude-la \
+ --movedev debian/tmp/usr/include usr \
+ *.so
+ # Remove broken temporary install
+ rm -rf debian/tmp/usr/lib
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
View it on GitLab: https://salsa.debian.org/med-team/libbigwig/-/compare/5c3d9f3954099c8c2ae42ab4fa4fedcd52bc155a...03bfe4cb7791446b1caa20e353ba380ab5a12ad1
--
View it on GitLab: https://salsa.debian.org/med-team/libbigwig/-/compare/5c3d9f3954099c8c2ae42ab4fa4fedcd52bc155a...03bfe4cb7791446b1caa20e353ba380ab5a12ad1
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/20220825/48b96b5d/attachment-0001.htm>
More information about the debian-med-commit
mailing list