summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--debian/changelog9
-rw-r--r--debian/control4
3 files changed, 13 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0ff0ae9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+.pc
+debian/files
diff --git a/debian/changelog b/debian/changelog
index 25fa2f2..1a44621 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+simple-scan (3.34.1-2) unstable; urgency=medium
+
+ * debian/control:
+ - For Python 2 removal change python-gi-cairo to python3-gi-cairo
+ (Closes: #943216).
+ * Declare compliance with Debian Policy 4.4.1.1 (No changes needed).
+
+ -- Jörg Frings-Fürst <debian@jff.email> Tue, 29 Oct 2019 10:04:46 +0100
+
simple-scan (3.34.1-1) unstable; urgency=medium
* New upstream release:
diff --git a/debian/control b/debian/control
index 6790416..26d1448 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: simple-scan
Section: gnome
Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff.email>
-Standards-Version: 4.4.1
+Standards-Version: 4.4.1.1
Rules-Requires-Root: binary-targets
Build-Depends:
debhelper (>= 12),
@@ -22,7 +22,7 @@ Build-Depends:
meson,
python3-cairo,
python3-gi,
- python-gi-cairo,
+ python3-gi-cairo,
python3-scour,
scour,
valac,