summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2018-08-21 19:16:46 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2018-08-21 19:23:30 +0200
commit69a5cb4752da143a189af303a407627b0dc2d168 (patch)
treefc29f942446b8b51a46bbb9870ad5bc379e8e1e3
parent41c857f9f10200d91e6bf4134dfac981c646072e (diff)
Changelog entry and standards version
-rw-r--r--debian/changelog10
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 11 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 1c3f4ec..cb375f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+libsmpp34 (1.12.0-3) unstable; urgency=medium
+
+ * debian/control:
+ - New standards version 4.2.0 - no changes
+ - Fix VCS URL for browser
+ * debian/rules:
+ - Remove 'get-orig-source' target
+
+ -- Ruben Undheim <ruben.undheim@gmail.com> Tue, 21 Aug 2018 19:15:27 +0200
+
libsmpp34 (1.12.0-2) unstable; urgency=medium
* move to unstable
diff --git a/debian/control b/debian/control
index c4f227d..224598c 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Priority: optional
Build-Depends: debhelper (>= 11),
, libxml2-dev
, pkg-config
-Standards-Version: 4.1.4
+Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/debian-mobcom-team/libsmpp34
Vcs-Git: https://salsa.debian.org/debian-mobcom-team/libsmpp34.git
Homepage: http://c-open-smpp-34.sourceforge.net/
diff --git a/debian/rules b/debian/rules
index 7f6c334..87d5095 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,5 +36,3 @@ override_dh_auto_install:
override_dh_clean:
dh_clean
rm -f debian/libsmpp34.pc
-
-