[med-svn] [Git][med-team/q2-feature-table][master] Make sure the hint that d/control is autogenerated will remain

Andreas Tille (@tille) gitlab at salsa.debian.org
Mon Jan 29 13:25:39 GMT 2024



Andreas Tille pushed to branch master at Debian Med / q2-feature-table


Commits:
ab09ce65 by Andreas Tille at 2024-01-29T14:25:06+01:00
Make sure the hint that d/control is autogenerated will remain

- - - - -


2 changed files:

- debian/control
- debian/rules


Changes:

=====================================
debian/control
=====================================
@@ -1,3 +1,4 @@
+# This file is autogenerated from control.in to update versioned dependencies
 Source: q2-feature-table
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Liubov Chuprikova <chuprikovalv at gmail.com>


=====================================
debian/rules
=====================================
@@ -23,7 +23,8 @@ export PYBUILD_BEFORE_INSTALL=rm -rvf {build_dir}/q2-feature-table.egg-* {build_
 	dh $@ --with python3 --buildsystem=pybuild
 
 debian/control: debian/control.in debian/changelog
-	sed -e"s/@DEB_VERSION_UPSTREAM@/$(VERSION_UPSTREAM)/g" $< > $@
+	echo "# This file is autogenerated from control.in to update versioned dependencies" > $@
+	sed -e"s/@DEB_VERSION_UPSTREAM@/$(VERSION_UPSTREAM)/g" $< >> $@
 
 # FIXME: similarly to the qiime package, the build time testing fails, as the
 #        Qiime plugin system is not fully available at this point of the package



View it on GitLab: https://salsa.debian.org/med-team/q2-feature-table/-/commit/ab09ce658f619085ea584a761f34c24b037030a2

-- 
View it on GitLab: https://salsa.debian.org/med-team/q2-feature-table/-/commit/ab09ce658f619085ea584a761f34c24b037030a2
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/20240129/4fb70747/attachment.htm>


More information about the debian-med-commit mailing list