[med-svn] [Git][med-team/librostlab][master] 7 commits: Drop unneeded get-orig-source target

Andreas Tille gitlab at salsa.debian.org
Thu Sep 20 10:11:45 BST 2018


Andreas Tille pushed to branch master at Debian Med / librostlab


Commits:
a657a3e5 by Andreas Tille at 2018-09-20T07:57:48Z
Drop unneeded get-orig-source target

- - - - -
38e2f690 by Andreas Tille at 2018-09-20T08:00:55Z
Update copyright

- - - - -
344c055b by Andreas Tille at 2018-09-20T09:04:45Z
Use d-shlibs

- - - - -
f50852de by Andreas Tille at 2018-09-20T09:06:15Z
debhelper 11

- - - - -
a04d6306 by Andreas Tille at 2018-09-20T09:06:29Z
Point Vcs fields to salsa.debian.org

- - - - -
f2e12a53 by Andreas Tille at 2018-09-20T09:06:29Z
Standards-Version: 4.2.1

- - - - -
683e9a84 by Andreas Tille at 2018-09-20T09:09:59Z
Upload to unstable

- - - - -


7 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/copyright
- − debian/librostlab3-dev.install
- − debian/librostlab3.install
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+librostlab (1.0.20-8) unstable; urgency=medium
+
+  * Drop unneeded get-orig-source target
+  * Use d-shlibs
+  * debhelper 11
+  * Point Vcs fields to salsa.debian.org
+  * Standards-Version: 4.2.1
+
+ -- Andreas Tille <tille at debian.org>  Thu, 20 Sep 2018 11:06:29 +0200
+
 librostlab (1.0.20-7) unstable; urgency=medium
 
   * Moved packaging from SVN to Git


=====================================
debian/compat
=====================================
@@ -1 +1 @@
-10
+11


=====================================
debian/control
=====================================
@@ -2,10 +2,10 @@ Source: librostlab
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Laszlo Kajan <lkajan at rostlab.org>,
            Andreas Tille <tille at debian.org>
-Section: libs
+Section: science
 Priority: optional
-Build-Depends: debhelper (>= 10),
-               dh-autoreconf,
+Build-Depends: debhelper (>= 11~),
+               d-shlibs,
                doxygen,
                graphviz,
                texlive-latex-recommended,
@@ -13,13 +13,14 @@ Build-Depends: debhelper (>= 10),
                texlive-latex-extra,
                dh-linktree,
                sphinx-common
-Standards-Version: 3.9.8
-Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/librostlab.git
-Vcs-Git: https://anonscm.debian.org/git/debian-med/librostlab.git
+Standards-Version: 4.2.1
+Vcs-Browser: https://salsa.debian.org/med-team/librostlab
+Vcs-Git: https://salsa.debian.org/med-team/librostlab.git
 Homepage: http://rostlab.org/
 
 Package: librostlab3
 Architecture: any
+Section: libs
 Depends: ${shlibs:Depends},
          ${misc:Depends}
 Description: C++ library for computational biology
@@ -45,6 +46,7 @@ Section: libdevel
 Depends: librostlab3 (= ${binary:Version}),
          ${misc:Depends}
 Suggests: librostlab-doc
+Conflicts: librostlab-dev
 Provides: librostlab-dev
 Replaces: librostlab0-dev
 Description: C++ library for computational biology (development)


=====================================
debian/copyright
=====================================
@@ -1,7 +1,7 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: librostlab
 Upstream-Contact: Laszlo Kajan <lkajan at rostlab.org>
-Source: http://rostlab.org/
+Source: ftp://rostlab.org/free/
 
 Files: *
 Copyright: 2012 Laszlo Kajan <lkajan at rostlab.org>, Technical University of Munich, Germany
@@ -9,6 +9,7 @@ License: LGPL-3+
 
 Files: debian/*
 Copyright: 2012 Laszlo Kajan <lkajan at rostlab.org>, Technical University of Munich, Germany
+           2012-2018 Andreas Tille <tille at debian.org>
 License: GPL-3+
 
 License: GPL-3+


=====================================
debian/librostlab3-dev.install deleted
=====================================
@@ -1,4 +0,0 @@
-usr/include/*
-usr/lib/*/librostlab.a
-usr/lib/*/librostlab.la
-usr/lib/*/librostlab.so


=====================================
debian/librostlab3.install deleted
=====================================
@@ -1 +0,0 @@
-usr/lib/*/librostlab.so.*


=====================================
debian/rules
=====================================
@@ -5,7 +5,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --with autoreconf --with linktree
+	dh $@ --with linktree
 
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-doxygen-dot --enable-doxygen-pdf
@@ -14,13 +14,17 @@ override_dh_auto_build:
 	dh_auto_build
 	$(MAKE) -C lib doxygen-doc
 
+override_dh_install:
+	dh_install
+	d-shlibmove --commit \
+		    --multiarch \
+		    --exclude-la \
+		    --movedev debian/tmp/usr/include/* usr/include \
+		    debian/tmp/usr/lib/*/*.so
+
 override_dh_installdocs:
 	dh_installdocs
 	find debian -name "*_*.md5" -delete
 
 override_dh_compress:
 	dh_compress -Xlibrostlab.tag
-
-get-orig-source:
-	mkdir -p ../tarballs
-	uscan --verbose --force-download --destdir=../tarballs



View it on GitLab: https://salsa.debian.org/med-team/librostlab/compare/e7b1c0a1ff2047ecbc1dbb743d767f21870b8395...683e9a844ec1204469a218ec7c52ec963d29c9a8

-- 
View it on GitLab: https://salsa.debian.org/med-team/librostlab/compare/e7b1c0a1ff2047ecbc1dbb743d767f21870b8395...683e9a844ec1204469a218ec7c52ec963d29c9a8
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/20180920/b1830e57/attachment-0001.html>


More information about the debian-med-commit mailing list