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 <sa...@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.


_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to