Package: e2fsprogs Version: 1.43.8-2 Severity: wishlist Tags: patch Adding Vcs-* fields to debian packaging makes it easier for other contributors to find the work and contribute.
The attached patch assumes that you're doing the packaging in the "debian-packaging" branch, though i note that you've also got a branch named "debian-branch". please amend the location in both Vcs-Browser and Vcs-Git if you prefer "debian-branch" over "debian-packaging" for whatever reason. --dkg -- System Information: Debian Release: buster/sid APT prefers testing-debug APT policy: (500, 'testing-debug'), (500, 'testing'), (500, 'oldstable'), (200, 'unstable-debug'), (200, 'unstable'), (1, 'experimental-debug'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.14.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages e2fsprogs depends on: ii e2fslibs 1.43.8-2 ii libblkid1 2.30.2-0.1 ii libc6 2.26-2 ii libcomerr2 1.43.8-2 ii libss2 1.43.8-2 ii libuuid1 2.30.2-0.1 Versions of packages e2fsprogs recommends: pn e2fsprogs-l10n <none> Versions of packages e2fsprogs suggests: pn e2fsck-static <none> pn fuse2fs <none> pn gpart <none> ii parted 3.2-18 -- no debconf information
>From c881e9336a4a7ed8600132c440ff6da853cb603d Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor <d...@fifthhorseman.net> Date: Wed, 17 Jan 2018 11:20:45 -0500 Subject: [PATCH 1/1] d/control: add Vcs-* fields This should make it easier for other people to collaborate on e2fsprogs packaging for debian, because it facilitates actions like: debcheckout e2fsprogs --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 38af67ba..369e0c15 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,8 @@ Maintainer: Theodore Y. Ts'o <ty...@mit.edu> Build-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any kfreebsd-any] <!pkg.e2fsprogs.no-fuse2fs>, libattr1-dev, debhelper (>= 9.0), libblkid-dev, uuid-dev, m4 Standards-Version: 4.1.3 Homepage: http://e2fsprogs.sourceforge.net +Vcs-Browser: https://sourceforge.net/p/e2fsprogs/code/ci/debian-packaging/tree/ +Vcs-Git: https://git.code.sf.net/p/e2fsprogs/code -b debian-packaging Package: fuse2fs Build-Profiles: <!pkg.e2fsprogs.no-fuse2fs> -- 2.15.1