[libosmo-sccp] 01/05: Started preparing packaging

Ruben Undheim rubund-guest at moszumanska.debian.org
Fri Feb 5 16:14:51 UTC 2016


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

rubund-guest pushed a commit to branch master
in repository libosmo-sccp.

commit 5cc001a167f7ce6cb870dc733f889ecaa62a38d3
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Fri Feb 5 16:28:51 2016 +0100

    Started preparing packaging
---
 debian/changelog                      | 54 ++---------------------------------
 debian/control                        | 34 ++++++++++++++++++----
 debian/patches/debian-changes-0.0.2-1 | 29 -------------------
 debian/patches/series                 |  1 -
 debian/source/format                  |  2 +-
 5 files changed, 33 insertions(+), 87 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9e5884e..932464f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,53 +1,5 @@
-libosmo-sccp (0.7.0) unstable; urgency=medium
+libosmo-sccp (0.7.0-1) unstable; urgency=low
 
-  * New release.
+  * Initial release (Closes: #813294)
 
- -- Holger Hans Peter Freyther <holger at moiji-mobile.com>  Sat, 01 Aug 2015 20:12:05 +0200
-
-libosmo-sccp (0.0.6.5) unstable; urgency=medium
-
-  * Non-maintainer upload.
-
- --  Holger Hans Peter Freyther <holger at freyther.de>  Thu, 16 Apr 2015 21:16:25 +0200
-
-libosmo-sccp (0.0.6.4) unstable; urgency=medium
-
-  * Bump the version due the package changes.
-
- -- Holger Hans Peter Freyther <holger at freyther.de>  Sat, 14 Mar 2015 19:47:20 +0100
-
-libosmo-sccp (0.0.6.3) unstable; urgency=low
-
-  * New upstream release 0.0.6.3.
-
- -- Holger Hans Peter Freyther <holger at freyther.de>  Tue, 06 Nov 2012 13:24:14 +0100
-
-libosmo-sccp (0.0.6.2+git2-1) precise; urgency=low
-
-  * Fix version issue.
-
- -- Eric Butler <eric at codebutler.com>  Tue, 14 Aug 2012 20:52:45 -0700
-
-libosmo-sccp (0.0.6.2+git2) precise; urgency=low
-
-  * Update debian package.
-
- -- Eric Butler <eric at codebutler.com>  Tue, 14 Aug 2012 17:08:14 -0700
-
-libosmo-sccp (0.0.5) unstable; urgency=low
-
-  * New upstream release 0.0.5 
-
- -- Harald Welte <laforge at gnumonks.org>  Tue, 10 May 2011 17:30:34 +0200
-
-libosmo-sccp (0.0.3) natty; urgency=low
-
-  * New upstream release with 0.0.3 and more.
-
- -- Holger Hans Peter Freyther <holger at freyther.de>  Thu, 13 Jan 2011 18:16:25 +0800
-
-libosmo-sccp (0.0.2-1) unstable; urgency=low
-
-  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
-
- -- Harald Welte <laforge at gnumonks.org>  Tue, 24 Aug 2010 14:08:42 +0200
+ -- Ruben Undheim <ruben.undheim at gmail.com>  Fri, 05 Feb 2016 16:23:37 +0100
diff --git a/debian/control b/debian/control
index 5b1a623..ac83b79 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,40 @@
 Source: libosmo-sccp
 Priority: optional
-Maintainer: Harald Welte <laforge at gnumonks.org>
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Ruben Undheim <ruben.undheim at gmail.com>
 Build-Depends: debhelper (>= 9), autotools-dev, pkg-config, libosmocore-dev, autoconf, automake, libtool, dh-autoreconf, git, libdpkg-perl
 Standards-Version: 3.9.6
 Section: libs
 #Homepage: <insert the upstream URL, if relevant>
-Vcs-Git: git://git.osmocom.org/libosmo-sccp.git
-Vcs-Browser: http://git.osmocom.org/gitweb?p=libosmo-sccp.git;a=summary
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/libosmo-sccp.git
+Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/libosmo-sccp.git
+
+Package: libsccp0
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: Open PDU SMPP packaging and unpackaging tool
 
 Package: libosmo-sccp-dev
+Architecture: any
 Section: libdevel
+Depends: libsccp0 (= ${binary:Version}),
+         ${misc:Depends}
+Multi-Arch: same
+Description: Development files for libsccp
+ .
+ This package contains the development files for the library.
+
+Package: libosmo-sccp-dbg
 Architecture: any
-Depends: ${misc:Depends}
+Section: debug
+Priority: extra
+Depends: libsccp0 (= ${binary:Version}),
+         ${misc:Depends}
 Multi-Arch: same
-Description: Development files for Osmcoom SCCP library
+Description: debug symbols for libsccp
+ .
+ This package contains the debug symbols for the library.
+
diff --git a/debian/patches/debian-changes-0.0.2-1 b/debian/patches/debian-changes-0.0.2-1
deleted file mode 100644
index ed4a4df..0000000
--- a/debian/patches/debian-changes-0.0.2-1
+++ /dev/null
@@ -1,29 +0,0 @@
-Description: Upstream changes introduced in version 0.0.2-1
- This patch has been created by dpkg-source during the package build.
- Here's the last changelog entry, hopefully it gives details on why
- those changes were made:
- .
- libosmo-sccp (0.0.2-1) unstable; urgency=low
- .
-   * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
- .
- The person named in the Author field signed this changelog entry.
-Author: Harald Welte <laforge at gnumonks.org>
-
----
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
-are templates for supplementary fields that you might want to add:
-
-Origin: <vendor|upstream|other>, <url of original patch>
-Bug: <url in upstream bugtracker>
-Bug-Debian: http://bugs.debian.org/<bugnumber>
-Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
-Forwarded: <no|not-needed|url proving that it has been forwarded>
-Reviewed-By: <name and email of someone who approved the patch>
-Last-Update: <YYYY-MM-DD>
-
---- /dev/null
-+++ libosmo-sccp-0.0.2/.version
-@@ -0,0 +1 @@
-+0.0.2
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a3659e3..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-debian-changes-0.0.2-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-sccp.git



More information about the debian-science-commits mailing list