summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Egger <christoph@debian.org>2017-11-01 13:22:47 +0100
committerChristoph Egger <christoph@debian.org>2017-11-01 13:22:47 +0100
commit285e867862efab83c6bc309298ebda8b5bd73c60 (patch)
treea6b3e7b28158eb52ec11a22a71cc155b3f5970c0
parent865b038fa78a3d84fbab4f21cd7a9850d95b738d (diff)
* New upstream version * Update compat to 10 * Enable Rules-Requires-Root: no
-rw-r--r--debian/changelog9
-rw-r--r--debian/compat2
-rw-r--r--debian/control3
-rwxr-xr-xdebian/rules2
4 files changed, 10 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index f804fa9..2da4269 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,12 @@
-ncmpcpp (0.8-2) UNRELEASED; urgency=medium
+ncmpcpp (0.8.1-1) unstable; urgency=medium
* Bump standards version to 4.1.1
* Update URLs
+ * New upstream version
+ * Update compat to 10
+ * Enable Rules-Requires-Root: no
- -- Christoph Egger <christoph@debian.org> Sun, 01 Oct 2017 15:54:25 +0200
+ -- Christoph Egger <christoph@debian.org> Wed, 01 Nov 2017 13:21:58 +0100
ncmpcpp (0.8-1) unstable; urgency=medium
@@ -26,7 +29,7 @@ ncmpcpp (0.7.7-1) experimental; urgency=medium
ncmpcpp (0.7.4-1) unstable; urgency=medium
- * New upstream version
+ * New upstream version
-- Christoph Egger <christoph@debian.org> Tue, 17 May 2016 17:24:20 +0200
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 98d3343..5b27543 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: ncmpcpp
Section: sound
Priority: optional
Maintainer: Christoph Egger <christoph@debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
dpkg-dev (>= 1.16.1~),
dh-autoreconf,
pkg-config,
@@ -22,6 +22,7 @@ Standards-Version: 4.1.1
Homepage: https://ncmpcpp.rybczak.net
Vcs-Git: https://alioth.debian.org/anonscm/git/collab-maint/ncmpcpp.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/ncmpcpp.git;a=summary
+Rules-Requires-Root: no
Package: ncmpcpp
Architecture: any
diff --git a/debian/rules b/debian/rules
index 4516397..9b280f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
- dh $@ --with autoreconf --parallel
+ dh $@ --with autoreconf
override_dh_auto_configure:
dh_auto_configure -- --enable-clock \