[Chinese-commits] [iptux] 02/03: Prepare new release iptux 0.6.4-1.

Boyuan Yang 073plan at gmail.com
Wed Aug 23 06:36:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

hosiet-guest pushed a commit to branch master
in repository iptux.

commit f983a29189e0821c016fe61d6e11e64ec9ea4cdb
Author: Boyuan Yang <073plan at gmail.com>
Date:   Wed Aug 23 14:23:12 2017 +0800

    Prepare new release iptux 0.6.4-1.
---
 debian/changelog | 18 ++++++++++++++++++
 debian/compat    |  2 +-
 debian/control   | 23 +++++++++++++++--------
 debian/copyright |  1 +
 debian/rules     |  7 +++++++
 5 files changed, 42 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 22609b5..eda766e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,21 @@
+iptux (0.6.4-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream release (2017-08-22)
+    + Fix FTBFS with gcc-7 (Closes: #853458)
+  * Remove LI Daobing from uploaders list. (Closes: 841794).
+    Thank you for your previous work.
+  * Bump debhelper compat to v10.
+  * Apply wrap-and-sort -abst.
+  * Update debian/control file.
+    - Remove build-dep autotools-dev. (not needed)
+    + Bump Standards-Version to 4.1.0.
+  * Update debian/rules file.
+    + Add full hardening and --as-needed linker option.
+  * Add myself into debian/copyright list.
+
+ -- Boyuan Yang <073plan at gmail.com>  Wed, 23 Aug 2017 14:22:29 +0800
+
 iptux (0.6.3-1) unstable; urgency=medium
 
   * New upstream release (2015-09-19)
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 f835ad3..30a564f 100644
--- a/debian/control
+++ b/debian/control
@@ -2,20 +2,27 @@ Source: iptux
 Section: net
 Priority: optional
 Maintainer: Debian Chinese Team <chinese-developers at lists.alioth.debian.org>
-Uploaders: Aron Xu <aron at debian.org>, LI Daobing <lidaobing at debian.org>, Anthony Fok <foka at debian.org>
-Build-Depends: debhelper (>= 9), autotools-dev, libgtk2.0-dev,
- libgconf2-dev, libgstreamer1.0-dev
-Standards-Version: 3.9.6
+Uploaders:
+ Aron Xu <aron at debian.org>,
+ Anthony Fok <foka at debian.org>,
+Build-Depends:
+ debhelper (>= 10),
+ libgconf2-dev,
+ libgstreamer1.0-dev,
+ libgtk2.0-dev,
+Standards-Version: 4.1.0
 Homepage: https://github.com/iptux-src/iptux
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=chinese/iptux.git
-Vcs-Git: git://anonscm.debian.org/chinese/iptux.git
+Vcs-Browser: https://anonscm.debian.org/git/chinese/iptux.git
+Vcs-Git: https://anonscm.debian.org/git/chinese/iptux.git
 
 Package: iptux
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
 Description: Intranet communication tool for Linux
  iptux is an “IP Messenger” client for Linux.
- . 
+ .
  It can:
   - auto-detect other clients on the intranet.
   - send message to other clients.
diff --git a/debian/copyright b/debian/copyright
index 536ea30..efebf8f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -20,6 +20,7 @@ Files: debian/*
 Copyright: 2009-2011 LI Daobing <lidaobing at debian.org>
            2012      Aron Xu <aron at debian.org>
            2013-2015 Anthony Fok <foka at debian.org>
+           2017      Boyuan Yang <073plan at gmail.com>
 License: GPL-2+
 
 License: GPL-2+
diff --git a/debian/rules b/debian/rules
index 269e17b..fd74714 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
+# -*- makefile -*-
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+
+# see FEATURE AREAS in dpkg-buildflags(1)
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
 	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/chinese/iptux.git



More information about the Chinese-commits mailing list