summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatteo F. Vescovi <mfv@debian.org>2018-06-14 17:27:40 -0300
committerMatteo F. Vescovi <mfv@debian.org>2018-06-14 17:27:40 -0300
commit33ad612d019b2af936dab459896dbdd4c3085934 (patch)
tree004f66e197f6e3851891c1af1a456941f8b1d9ee
parentf23dc921340d1925cda152ffb089597ebf88ec74 (diff)
parent5cff6498825b211f87352540835cacd0ea8e6959 (diff)
Record emacs-jabber (0.8.92+git98dc8e-4) in archive suite sid
-rw-r--r--debian/changelog10
-rw-r--r--debian/compat2
-rw-r--r--debian/control8
-rwxr-xr-xdebian/rules2
4 files changed, 16 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 2631c30..ef82992 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+emacs-jabber (0.8.92+git98dc8e-4) unstable; urgency=medium
+
+ * debian/: debhelper bump 10 -> 11
+ * debian/control:
+ - S-V bump 3.9.8 -> 4.1.4 (no changes needed)
+ - Vcs-* fields updated poiting to salsa
+ * debian/rules: drop '--parallel' parameter
+
+ -- Matteo F. Vescovi <mfv@debian.org> Thu, 14 Jun 2018 22:27:40 +0200
+
emacs-jabber (0.8.92+git98dc8e-3) unstable; urgency=medium
* Team upload.
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 d77cbe4..cd44654 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,11 @@ Section: net
Priority: optional
Maintainer: Debian Emacs addons team <pkg-emacsen-addons@lists.alioth.debian.org>
Uploaders: Matteo F. Vescovi <mfv@debian.org>
-Build-Depends: debhelper (>= 10), dh-elpa
-Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 11~), dh-elpa
+Standards-Version: 4.1.4
Homepage: http://emacs-jabber.sourceforge.net/
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-emacsen/pkg/emacs-jabber.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-emacsen/pkg/emacs-jabber.git
+Vcs-Browser: https://salsa.debian.org/emacsen-team/emacs-jabber
+Vcs-Git: https://salsa.debian.org/emacsen-team/emacs-jabber.git
Testsuite: autopkgtest-pkg-elpa
Package: elpa-jabber
diff --git a/debian/rules b/debian/rules
index 9297eb2..ebc4ffe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
PKG_VER = 0.8.92
%:
- dh $@ --parallel --with elpa
+ dh $@ --with elpa
override_dh_autoreconf: