[med-svn] [Git][med-team/genometools][master] make code build twice from same directory
Sascha Steinbiss (@satta)
gitlab at salsa.debian.org
Wed Oct 25 23:21:15 BST 2023
Sascha Steinbiss pushed to branch master at Debian Med / genometools
Commits:
cc3a3800 by Sascha Steinbiss at 2023-10-26T00:09:36+02:00
make code build twice from same directory
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+genometools (1.6.5+ds-2) unstable; urgency=medium
+
+ * Facilitate building twice from the same source directory.
+ Closes: #1044467
+
+ -- Sascha Steinbiss <satta at debian.org> Thu, 26 Oct 2023 00:08:09 +0200
+
genometools (1.6.5+ds-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/rules
=====================================
@@ -51,11 +51,13 @@ override_dh_auto_clean:
doc/manuals/annotationsketch.pdf
rm -f www/genometools.org/htdocs/examples.html \
www/genometools.org/htdocs/libgenometools.html
- rm -rf gtpython/build
+ rm -rf gtpython/build .pybuild gtpython/GenomeTools.egg-info
+ if test -f "debian/docs.html"; then mv debian/docs.html www/genometools.org/htdocs/; fi
rm -rf obj
override_dh_auto_build:
cp debian/doc-imgs/*png www/genometools.org/htdocs/images
+ cp www/genometools.org/htdocs/docs.html debian/
$(FAKETIME) dh_auto_build -- verbose=yes useshared=yes x32=$(X32) 64bit=$(64BIT) errorcheck=no all docs manuals
override_dh_auto_test:
View it on GitLab: https://salsa.debian.org/med-team/genometools/-/commit/cc3a3800539cf9795b4753f54ceba4bb7b6d0669
--
View it on GitLab: https://salsa.debian.org/med-team/genometools/-/commit/cc3a3800539cf9795b4753f54ceba4bb7b6d0669
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/20231025/8444fdb8/attachment-0001.htm>
More information about the debian-med-commit
mailing list