[med-svn] [Git][med-team/seqprep][master] 5 commits: cp README.html instead of mv (Closes: #1049489)
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Sun Oct 26 17:19:15 GMT 2025
Nilesh Patra pushed to branch master at Debian Med / seqprep
Commits:
d1916f20 by Nilesh Patra at 2025-10-26T22:41:30+05:30
cp README.html instead of mv (Closes: #1049489)
- - - - -
a8f7bda8 by Nilesh Patra at 2025-10-26T22:41:36+05:30
Bump Standards-Version to 4.7.2 (no changes needed)
- - - - -
c416e910 by Nilesh Patra at 2025-10-26T22:41:49+05:30
Drop Redundant "Rules-Requires-Root: no"
- - - - -
67df456b by Nilesh Patra at 2025-10-26T22:42:06+05:30
Drop myself from uploaders
- - - - -
f2dc5117 by Nilesh Patra at 2025-10-26T22:42:18+05:30
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+seqprep (1.3.2-10) unstable; urgency=medium
+
+ * Team Upload.
+ * cp README.html instead of mv (Closes: #1049489)
+ * Bump Standards-Version to 4.7.2 (no changes needed)
+ * Drop Redundant "Rules-Requires-Root: no"
+ * Drop myself from uploaders
+
+ -- Nilesh Patra <nilesh at debian.org> Sun, 26 Oct 2025 22:42:09 +0530
+
seqprep (1.3.2-9) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -2,17 +2,15 @@ Source: seqprep
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Tim Booth <tbooth at ceh.ac.uk>,
Andreas Tille <tille at debian.org>,
- Nilesh Patra <nilesh at debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
python3 <!nocheck>,
zlib1g-dev
-Standards-Version: 4.6.2
+Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/med-team/seqprep
Vcs-Git: https://salsa.debian.org/med-team/seqprep.git
Homepage: http://seqanswers.com/wiki/SeqPrep
-Rules-Requires-Root: no
Package: seqprep
Architecture: any
=====================================
debian/rules
=====================================
@@ -10,7 +10,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
override_dh_auto_build:
dh_auto_build
cp SeqPrep seqprep
- mv ${CURDIR}/debian/README.html ${CURDIR}
+ cp ${CURDIR}/debian/README.html ${CURDIR}
override_dh_clean:
dh_clean
View it on GitLab: https://salsa.debian.org/med-team/seqprep/-/compare/0a385ea3c9999d9f27699a8967db74f1a32d7043...f2dc511702979085f320bfc3d7f8c4c774cb9d8e
--
View it on GitLab: https://salsa.debian.org/med-team/seqprep/-/compare/0a385ea3c9999d9f27699a8967db74f1a32d7043...f2dc511702979085f320bfc3d7f8c4c774cb9d8e
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/20251026/d73db7d7/attachment-0001.htm>
More information about the debian-med-commit
mailing list