[med-svn] [Git][med-team/lamassemble][master] 7 commits: d/watch: move to git mode.
Étienne Mollier (@emollier)
gitlab at salsa.debian.org
Wed Apr 24 09:34:52 BST 2024
Étienne Mollier pushed to branch master at Debian Med / lamassemble
Commits:
d00973c1 by Étienne Mollier at 2024-04-24T10:20:18+02:00
d/watch: move to git mode.
This repairs uscan following breaking changes in gitlab.
- - - - -
30b79ec0 by Étienne Mollier at 2024-04-24T10:21:24+02:00
initialise changelog
- - - - -
fb610d6c by Étienne Mollier at 2024-04-24T10:21:53+02:00
New upstream version 1.7.2
- - - - -
7c28d286 by Étienne Mollier at 2024-04-24T10:21:54+02:00
Update upstream source from tag 'upstream/1.7.2'
Update to upstream version '1.7.2'
with Debian dir 6bb979c93e4f7d72e76b1fa42ec822fe0f38fafe
- - - - -
d68f0182 by Étienne Mollier at 2024-04-24T10:22:12+02:00
d/control: declare compliance to standards version 4.7.0.
- - - - -
2f46f662 by Étienne Mollier at 2024-04-24T10:23:24+02:00
set_package_field.patch: unfuzz.
- - - - -
3cb4bed1 by Étienne Mollier at 2024-04-24T10:34:10+02:00
ready for upload to unstable.
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/patches/set_package_field.patch
- debian/watch
- setup.py
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+lamassemble (1.7.2-1) unstable; urgency=medium
+
+ [ Nilesh Patra ]
+ * Drop myself from uploaders field. Will not take care of its maintenance
+
+ [ Étienne Mollier ]
+ * d/watch: move to git mode.
+ This repairs uscan following breaking changes in gitlab.
+ * New upstream version 1.7.2
+ * d/control: declare compliance to standards version 4.7.0.
+ * set_package_field.patch: unfuzz.
+
+ -- Étienne Mollier <emollier at debian.org> Wed, 24 Apr 2024 10:33:51 +0200
+
lamassemble (1.7.1-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -8,7 +8,7 @@ Build-Depends:
dh-sequence-python3,
python3-all,
python3-setuptools,
-Standards-Version: 4.6.2
+Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/med-team/lamassemble
Vcs-Git: https://salsa.debian.org/med-team/lamassemble.git
Homepage: https://gitlab.com/mcfrith/lamassemble
=====================================
debian/patches/set_package_field.patch
=====================================
@@ -1,15 +1,15 @@
Description: Explicitly set packages field for right file
Author: Nilesh Patra <nilesh at debian.org>
Last-Update: 2022-10-23
---- a/setup.py
-+++ b/setup.py
+--- lamassemble.orig/setup.py
++++ lamassemble/setup.py
@@ -1,4 +1,5 @@
import setuptools
+from setuptools import find_packages
- commitInfo = " (HEAD -> master, tag: 1.7.1)".strip("( )").split()
+ commitInfo = " (grafted, HEAD, tag: 1.7.2)".strip("( )").split()
version = commitInfo[commitInfo.index("tag:") + 1].rstrip(",")
-@@ -6,6 +7,7 @@ version = commitInfo[commitInfo.index("t
+@@ -6,6 +7,7 @@
setuptools.setup(
name="lamassemble",
version=version,
=====================================
debian/watch
=====================================
@@ -1,3 +1,5 @@
version=4
-https://gitlab.com/mcfrith/lamassemble/tags?sort=updated_desc .*/archive/v?@ANY_VERSION@/lamassemble[-v]*.*\.tar\.gz
+opts="mode=git" \
+https://gitlab.com/mcfrith/lamassemble.git \
+refs/tags/v?@ANY_VERSION@
=====================================
setup.py
=====================================
@@ -1,6 +1,6 @@
import setuptools
-commitInfo = " (HEAD -> master, tag: 1.7.1)".strip("( )").split()
+commitInfo = " (grafted, HEAD, tag: 1.7.2)".strip("( )").split()
version = commitInfo[commitInfo.index("tag:") + 1].rstrip(",")
setuptools.setup(
View it on GitLab: https://salsa.debian.org/med-team/lamassemble/-/compare/fc7ff0b0acea0161d78facb9acf9cc2086c5a7ae...3cb4bed1bb9a1f9e7abeac55711e130f213ab950
--
View it on GitLab: https://salsa.debian.org/med-team/lamassemble/-/compare/fc7ff0b0acea0161d78facb9acf9cc2086c5a7ae...3cb4bed1bb9a1f9e7abeac55711e130f213ab950
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/20240424/87e9e538/attachment-0001.htm>
More information about the debian-med-commit
mailing list