[libosmo-netif] 01/03: Prepared Debian packaging for official Debian package upload
Ruben Undheim
rubund-guest at moszumanska.debian.org
Sun Dec 13 11:11:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
rubund-guest pushed a commit to branch master
in repository libosmo-netif.
commit 1199091359d0848d059c72efe1fcf1abce852376
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date: Sun Dec 13 11:46:37 2015 +0100
Prepared Debian packaging for official Debian package upload
---
debian/changelog | 36 +++---------------------------------
debian/control | 19 ++++++++++++++-----
debian/rules | 4 +++-
debian/source/format | 2 +-
4 files changed, 21 insertions(+), 40 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2180e56..142b55b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,35 +1,5 @@
-libosmo-netif (0.0.6) unstable; urgency=medium
+libosmo-netif (0.0.6-1) unstable; urgency=low
- * Drop libosmovty dependency.
+ * Initial release (Closes: #806585)
- -- Holger Hans Peter Freyther <holger at moiji-mobile.com> Tue, 03 Nov 2015 09:36:32 +0100
-
-libosmo-netif (0.0.5) unstable; urgency=medium
-
- * New upstream release.
-
- -- Holger Hans Peter Freyther <holger at moiji-mobile.com> Sun, 23 Aug 2015 18:01:53 +0200
-
-libosmo-netif (0.0.3) unstable; urgency=medium
-
- * Bump API due the AMR header structure now being packed
- and potentially having different storage requirements.
-
- -- Holger Hans Peter Freyther <holger at freyther.de> Mon, 28 Apr 2014 20:50:18 +0200
-
-libosmo-netif (0.0.2-z6) unstable; urgency=low
-
- * Upgrade with increased test coverage.
- * More changes
- * Fix use after free issue.
- * Fix osmux_snprintf for multiple batched messages
- * Clean-ups.
-
- -- Holger Hans Peter Freyther <holger at freyther.de> Sat, 25 May 2013 09:42:30 +0200
-
-libosmo-netif (0.0.2-z1) testing; urgency=low
-
- * Initial release.
- * Post 0.0.2
-
- -- Holger Hans Peter Freyther <holger at freyther.de> Tue, 21 May 2013 18:53:08 +0200
+ -- Ruben Undheim <ruben.undheim at gmail.com> Sun, 13 Dec 2015 11:43:30 +0100
diff --git a/debian/control b/debian/control
index e979aa5..3f5052d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,17 @@
Source: libosmo-netif
Section: libs
Priority: optional
-Maintainer: Holger Hans Peter Freyther <holger at moiji-mobile.com>
-Build-Depends: debhelper (>= 9), autotools-dev, autoconf, automake, libtool, dh-autoreconf, libdpkg-perl, git, libosmocore-dev, libosmo-abis-dev, pkg-config, libortp-dev
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Ruben Undheim <ruben.undheim at gmail.com>
+Build-Depends: debhelper (>= 9),
+ dh-autoreconf,
+ libosmocore-dev,
+ libosmo-abis-dev,
+ pkg-config,
+ libortp-dev
Standards-Version: 3.9.6
-Vcs-Git: git://git.osmocom.org/libosmo-netif.git
-Vcs-Browser: http://git.osmocom.org/gitweb?p=libosmo-netif.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/libosmo-netif.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/libosmo-netif.git
Package: libosmonetif2
Section: libs
@@ -17,7 +23,10 @@ Description: Library containing common/shared code regarding network interface
Package: libosmo-netif-dev
Section: libdevel
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libosmocore, libosmonetif2 (= ${binary:Version})
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libosmocore,
+ libosmonetif2 (= ${binary:Version})
Multi-Arch: same
Description: Development headers for Osmocom network interface
diff --git a/debian/rules b/debian/rules
index a4ddfaa..abd77c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,10 @@ DEBIAN := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2)
DEBVERS := $(shell echo '$(DEBIAN)' | cut -d- -f1)
VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g')
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
#export DH_VERBOSE=1
-export DEB_BUILD_HARDENING=1
%:
diff --git a/debian/source/format b/debian/source/format
index 89ae9db..163aaf8 100644
--- a/debian/source/format
+++ b/debian/source/format
@@ -1 +1 @@
-3.0 (native)
+3.0 (quilt)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libosmo-netif.git
More information about the debian-science-commits
mailing list