diff options
author | B Stack <bgstack15@gmail.com> | 2021-04-06 13:03:47 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2021-04-06 13:03:47 -0400 |
commit | 4923537b7f890e75a0be1b7d2c6777ea6c98e419 (patch) | |
tree | 7ab55849ca87867de637472ef874631c4be927e7 | |
parent | add debian recipe (diff) | |
download | sgm-4923537b7f890e75a0be1b7d2c6777ea6c98e419.tar.gz sgm-4923537b7f890e75a0be1b7d2c6777ea6c98e419.tar.bz2 sgm-4923537b7f890e75a0be1b7d2c6777ea6c98e419.zip |
add devuan control fields
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/gbp.conf | 4 |
3 files changed, 8 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 3436c71..8a7424e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -sgm (0.90.0-1) UNRELEASED; urgency=low +sgm (0.90.0-1+devuan1) unstable; urgency=low * Initial release. - -- B. Stack <bgstack15@gmail.com> Thu, 25 Feb 2021 07:53:26 -0500 + -- B. Stack <bgstack15@gmail.com> Tue, 06 Apr 2021 13:01:23 -0400 diff --git a/debian/control b/debian/control index 26cca59..0298bf1 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Build-Depends: debhelper-compat (= 12), meson Standards-Version: 4.5.0 Homepage: https://github.com/thesquash/sgm -Vcs-Browser: https://git.devuan.org/bgstack15/sgm -Vcs-Git: https://git.devuan.org/bgstack15/sgm.git +Vcs-Browser: https://git.devuan.dev/devuan/sgm +Vcs-Git: https://git.devuan.dev/devuan/sgm.git Package: gtk3-automnemonics Architecture: any diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..688ff30 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,4 @@ +[DEFAULT] +pristine-tar = False +debian-branch = suites/unstable +upstream-branch = upstream/latest |