summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirger Schacht <birger@rantanplan.org>2019-07-22 19:22:42 +0200
committerBirger Schacht <birger@rantanplan.org>2019-07-22 19:22:42 +0200
commit48099d49a457fd3bda4ef4e72a943625ba2c1158 (patch)
tree968d8cf118aee5afb1479a8357204d0bdecc1386
parentf667c4f4be845bce4f41d31e34819db1394b1f2e (diff)
Drop version-fix-patch
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/0002-Fix-the-version-in-the-meson.build-file.patch25
-rw-r--r--debian/patches/series1
3 files changed, 1 insertions, 26 deletions
diff --git a/debian/changelog b/debian/changelog
index 5c9e08b..757d11c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
swayidle (1.5-1) unstable; urgency=medium
* New upstream release
+ + Drop patch to fix version in buildfile
* d/control:
+ Set maintainer field to new team address
+ Point Vcs-* fields to the new repository in the swaywm-team
diff --git a/debian/patches/0002-Fix-the-version-in-the-meson.build-file.patch b/debian/patches/0002-Fix-the-version-in-the-meson.build-file.patch
deleted file mode 100644
index 6eb7dad..0000000
--- a/debian/patches/0002-Fix-the-version-in-the-meson.build-file.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 8a0e1365131e25222f7d288044c3e2e07046b78e Mon Sep 17 00:00:00 2001
-From: Birger Schacht <birger@rantanplan.org>
-Date: Fri, 3 May 2019 22:31:18 +0200
-Subject: [PATCH] Fix the version in the meson.build file
-
----
- meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 9424171..5bd66d2 100644
---- a/meson.build
-+++ b/meson.build
-@@ -1,7 +1,7 @@
- project(
- 'swayidle',
- 'c',
-- version: '1.2',
-+ version: '1.3',
- license: 'MIT',
- meson_version: '>=0.48.0',
- default_options: [
---
-2.20.1
-
diff --git a/debian/patches/series b/debian/patches/series
index 404b866..c7f4fb7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
0001-Install-the-zsh-completion-into-usr-share-zsh-vendor.patch
-0002-Fix-the-version-in-the-meson.build-file.patch