summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/README.source9
-rw-r--r--debian/changelog17
-rw-r--r--debian/compat2
-rw-r--r--debian/control4
-rw-r--r--debian/gbp.conf2
-rw-r--r--debian/patches/debian-ways18
-rw-r--r--debian/tests/run-uhubctl-v2
7 files changed, 41 insertions, 13 deletions
diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..0786773
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,9 @@
+uhubctl for Debian
+------------------
+
+Since the release 2.0.0-2 I started to experiment using dgit and git debrebase
+to maintain the packaging repository.
+
+Apologies for the empty uploads to experimental.
+
+ -- gustavo panizzo <gfa@zumbi.com.ar> Mon, 24 Sep 2018 17:40:45 +0800
diff --git a/debian/changelog b/debian/changelog
index d1d49b5..16eeaa6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+uhubctl (2.0.0-3) unstable; urgency=medium
+
+ * [f88227] Fix autopkgtests
+ * [d0629f] New Debian release
+ * [883a47] Increasing the compat level to 11
+ * [593eba] Bump standards version, no changes were needed
+ * [df250c] Change gbp Debian's branch to sid
+ * [f37bd9] Document how the packaging is managed in README.source
+
+ -- gustavo panizzo <gfa@zumbi.com.ar> Mon, 24 Sep 2018 17:25:02 +0800
+
+uhubctl (2.0.0-2) experimental; urgency=medium
+
+ * Noop Debian release
+
+ -- gustavo panizzo <gfa@zumbi.com.ar> Tue, 31 Jul 2018 10:30:00 +0800
+
uhubctl (2.0.0-1) unstable; urgency=medium
* Initial release. (Closes: #892424)
diff --git a/debian/compat b/debian/compat
index f599e28..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
diff --git a/debian/control b/debian/control
index ff1943c..cf03457 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: uhubctl
Section: electronics
Priority: optional
Maintainer: gustavo panizzo <gfa@zumbi.com.ar>
-Build-Depends: debhelper (>= 10.0.0), libusb-1.0-0-dev, autopkgtest
-Standards-Version: 4.1.3
+Build-Depends: debhelper (>= 11.0.0), libusb-1.0-0-dev, autopkgtest
+Standards-Version: 4.2.1
Homepage: https://github.com/mvp/uhubctl
Package: uhubctl
diff --git a/debian/gbp.conf b/debian/gbp.conf
index f3a2d52..f1de2b8 100644
--- a/debian/gbp.conf
+++ b/debian/gbp.conf
@@ -1,6 +1,6 @@
[DEFAULT]
upstream-branch = master
-debian-branch = debian/unstable
+debian-branch = sid
upstream-tag = v%(version)s
compression = gz
pristine-tar = True
diff --git a/debian/patches/debian-ways b/debian/patches/debian-ways
index 0aec10b..a21ad54 100644
--- a/debian/patches/debian-ways
+++ b/debian/patches/debian-ways
@@ -1,11 +1,13 @@
-Description:
- This patch overrides upstream's method to detect the release
- version
-Forwarded: no
-Author: gustavo panizzo <gfa@zumbi.com.ar>
-Last-Update: 2018-03-11
---- a/Makefile
-+++ b/Makefile
+From: gustavo panizzo <gfa@zumbi.com.ar>
+Date: Tue, 31 Jul 2018 10:28:52 +0800
+X-Dgit-Generated: 2.0.0-2 682ca592dbb14cb380d782be642634fea5a0e978
+Subject: debian-ways
+
+
+---
+
+--- uhubctl-2.0.0.orig/Makefile
++++ uhubctl-2.0.0/Makefile
@@ -15,7 +15,14 @@ CC ?= gcc
CFLAGS ?= -g -O0
CFLAGS += -Wall -Wextra -std=c99 -pedantic
diff --git a/debian/tests/run-uhubctl-v b/debian/tests/run-uhubctl-v
index ad9ad39..25f18c8 100644
--- a/debian/tests/run-uhubctl-v
+++ b/debian/tests/run-uhubctl-v
@@ -4,4 +4,4 @@ exec 2>&1
set -e
-uhubctl -v
+./uhubctl -v