[neon/backports-jammy/distrobox/Neon/unstable] debian: Add watch and VCS field
Michel Alexandre Salim
null at kde.org
Fri Jul 14 11:42:03 BST 2023
Git commit 7d8c7430438a6c58c7c654f2b5839685e87d6048 by Michel Alexandre Salim.
Committed on 10/05/2022 at 03:09.
Pushed by jriddell into branch 'Neon/unstable'.
Add watch and VCS field
Signed-off-by: Michel Alexandre Salim <michel at michel-slm.name>
M +6 -0 debian/changelog
M +3 -0 debian/control
A +3 -0 debian/watch
https://invent.kde.org/neon/backports-jammy/distrobox/-/commit/7d8c7430438a6c58c7c654f2b5839685e87d6048
diff --git a/debian/changelog b/debian/changelog
index e563db0..89c3c6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+distrobox (1.2.15-2) unstable; urgency=low
+
+ * Add watch and VCS field. Closes: #1008291
+
+ -- Michel Alexandre Salim <michel at michel-slm.name> Tue, 10 May 2022 02:48:08 +0000
+
distrobox (1.2.15-1) unstable; urgency=low
* Initial release. Closes: #1008291
diff --git a/debian/control b/debian/control
index a995b9e..445641a 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,9 @@ Maintainer: Michel Alexandre Salim <michel at michel-slm.name>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.0
Homepage: https://distrobox.privatedns.org/
+Vcs-Browser: https://salsa.debian.org/michel/distrobox
+Vcs-Git: https://salsa.debian.org/michel/distrobox.git
+Rules-Requires-Root: no
Package: distrobox
Architecture: all
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..11e5bea
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/<project>-$1\.tar\.gz/ \
+ https://github.com/89luca89/distrobox/tags .*/v?(\d\S+)\.tar\.gz
More information about the Neon-commits
mailing list