[med-svn] [Git][med-team/minimap][master] 3 commits: enable building twice in a row

Sascha Steinbiss (@satta) gitlab at salsa.debian.org
Tue Dec 12 15:03:45 GMT 2023



Sascha Steinbiss pushed to branch master at Debian Med / minimap


Commits:
c02a9360 by Sascha Steinbiss at 2023-12-12T16:02:51+01:00
enable building twice in a row

- - - - -
4254d505 by Sascha Steinbiss at 2023-12-12T16:03:00+01:00
bump Standards-Version

- - - - -
05e513c0 by Sascha Steinbiss at 2023-12-12T16:03:10+01:00
bump d/copyright date

- - - - -


4 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+minimap (0.2-8) unstable; urgency=medium
+
+  * Enable building twice in a row.
+    Closes: #1049859
+  * Bump Standards-Version.
+  * Bump d/copyright date.
+
+ -- Sascha Steinbiss <satta at debian.org>  Tue, 12 Dec 2023 15:57:39 +0100
+
 minimap (0.2-7) unstable; urgency=medium
 
   * Bump Standards-Version.


=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Priority: optional
 Build-Depends: debhelper-compat (= 13),
                d-shlibs,
                zlib1g-dev
-Standards-Version: 4.6.1
+Standards-Version: 4.6.2
 Vcs-Browser: https://salsa.debian.org/med-team/minimap
 Vcs-Git: https://salsa.debian.org/med-team/minimap.git
 Homepage: https://github.com/lh3/minimap


=====================================
debian/copyright
=====================================
@@ -7,7 +7,7 @@ Copyright: © 2015 Broad Institute <hengli at broadinstitute.org>
 License: MIT
 
 Files: debian/*
-Copyright: © 2015-2022 Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Copyright: © 2015-2023 Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 License: GPL-3+
 
 License: MIT


=====================================
debian/rules
=====================================
@@ -5,6 +5,11 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 %:
 	dh $@
 
+
+override_dh_auto_build:
+	cp $(CURDIR)/*.h debian/
+	dh_auto_build
+
 override_dh_auto_install:
 	ln -s libminimap.so.* libminimap.so
 	d-shlibmove --commit \
@@ -12,3 +17,8 @@ override_dh_auto_install:
                     --devunversioned \
                     --movedev "*.h" /usr/include/minimap \
                     libminimap.so
+	test ! -e debian/bseq.h || mv debian/*.h $(CURDIR)
+
+override_dh_auto_clean:
+	dh_auto_clean
+	test ! -e debian/bseq.h || mv debian/*.h $(CURDIR)



View it on GitLab: https://salsa.debian.org/med-team/minimap/-/compare/26b6716e2b08e3dbd37340448889151ee8613827...05e513c0ecb95b70a1dbb519fecc532c33222a64

-- 
View it on GitLab: https://salsa.debian.org/med-team/minimap/-/compare/26b6716e2b08e3dbd37340448889151ee8613827...05e513c0ecb95b70a1dbb519fecc532c33222a64
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/20231212/3d622077/attachment-0001.htm>


More information about the debian-med-commit mailing list