aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-30 09:33:50 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-03-23 10:15:13 +0100
commit6b471a2738c793f171b27c82e0cc5017be04ce8b (patch)
tree32eca312585f77130d752890029825f497097cf2
parent9544ee2955c77e5edbff31436714f26ed1cec5ca (diff)
debian: Rename the packages
-rw-r--r--debian/changelog10
-rw-r--r--debian/control18
-rw-r--r--debian/osmo-cellmgr-ng.install (renamed from debian/osmocom-cellmgr-ng.install)0
-rw-r--r--debian/osmo-cellmgr-stp.install (renamed from debian/osmocom-cellmgr-stp.install)0
-rw-r--r--debian/posmo-cellmgr-mgcp-mgw.install (renamed from debian/posmocom-cellmgr-mgcp-mgw.install)0
-rwxr-xr-xdebian/rules6
6 files changed, 20 insertions, 14 deletions
diff --git a/debian/changelog b/debian/changelog
index a79030f..79e6128 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
-cellmgr-ng (1.3.0) UNRELEASED; urgency=medium
+cellmgr-ng (1.3.0+git1) UNRELEASED; urgency=medium
+
+ * Fix packaging.
+
+ -- Holger Hans Peter Freyther <holger@freyther.de> Wed, 30 Jul 2014 09:32:23 +0200
+
+cellmgr-ng (1.3.0) unstable; urgency=medium
* Initial release
- -- Holger Hans Peter Freyther <holger@freyther.de> Mon, 21 Jul 2014 16:44:58 +0200
+ -- Holger Hans Peter Freyther <holger@freyther.de> Wed, 30 Jul 2014 09:32:19 +0200
diff --git a/debian/control b/debian/control
index a4327bd..f3b1e56 100644
--- a/debian/control
+++ b/debian/control
@@ -8,39 +8,39 @@ Homepage: http://openbsc.osmocom.org/
Vcs-Git: git://bs11-abis.gnumonks.org/cellmgr-ng.git
Vcs-Browser: http://openbsc.osmocom.org/trac/browser
-Package: osmocom-cellmgr-ng
+Package: osmo-cellmgr-ng
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Proxy between E1 to IP
-Package: osmocom-cellmgr-stp
+Package: osmo-cellmgr-stp
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Simple Signalling Transfer Point (STP)
-Package: osmocom-cellmgr-mgcp-mgw
+Package: osmo-cellmgr-mgcp-mgw
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: MGW proxy between E1 to IP
-Package: osmocom-cellmgr-ng-dbg
+Package: osmo-cellmgr-ng-dbg
Architecture: any
Section: debug
Priority: extra
-Depends: osmocom-cellmgr-ng (= ${binary:Version}), ${misc:Depends}
+Depends: osmo-cellmgr-ng (= ${binary:Version}), ${misc:Depends}
Description: Debug symbols for cellmgr-ng
-Package: osmocom-cellmgr-stp-dbg
+Package: osmo-cellmgr-stp-dbg
Architecture: any
Section: debug
Priority: extra
-Depends: osmocom-cellmgr-stp (= ${binary:Version}), ${misc:Depends}
+Depends: osmo-cellmgr-stp (= ${binary:Version}), ${misc:Depends}
Description: Debug symbols for the cellmgr STP
-Package: osmocom-cellmgr-mgcp-mgw-dbg
+Package: osmo-cellmgr-mgcp-mgw-dbg
Architecture: any
Section: debug
Priority: extra
-Depends: osmocom-cellmgr-mgcp-mgw (= ${binary:Version}), ${misc:Depends}
+Depends: osmo-cellmgr-mgcp-mgw (= ${binary:Version}), ${misc:Depends}
Description: Debug symbols for cellmgr MGW
diff --git a/debian/osmocom-cellmgr-ng.install b/debian/osmo-cellmgr-ng.install
index a67e749..a67e749 100644
--- a/debian/osmocom-cellmgr-ng.install
+++ b/debian/osmo-cellmgr-ng.install
diff --git a/debian/osmocom-cellmgr-stp.install b/debian/osmo-cellmgr-stp.install
index 21496a9..21496a9 100644
--- a/debian/osmocom-cellmgr-stp.install
+++ b/debian/osmo-cellmgr-stp.install
diff --git a/debian/posmocom-cellmgr-mgcp-mgw.install b/debian/posmo-cellmgr-mgcp-mgw.install
index 010cb52..010cb52 100644
--- a/debian/posmocom-cellmgr-mgcp-mgw.install
+++ b/debian/posmo-cellmgr-mgcp-mgw.install
diff --git a/debian/rules b/debian/rules
index 2270dbd..86ed10d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,9 +23,9 @@ export DEB_BUILD_HARDENING=1
dh --with autoreconf $@
override_dh_strip:
- dh_strip -posmocom-cellmgr-ng --dbg-package=osmocom-cellmgr-ng-dbg
- dh_strip -posmocom-cellmgr-stp --dbg-package=osmocom-cellmgr-stp-dbg
- dh_strip -posmocom-cellmgr-mgcp-mgw --dbg-package=osmocom-cellmgr-mgcp-mgw-dbg
+ dh_strip -posmo-cellmgr-ng --dbg-package=osmo-cellmgr-ng-dbg
+ dh_strip -posmo-cellmgr-stp --dbg-package=osmo-cellmgr-stp-dbg
+ dh_strip -posmo-cellmgr-mgcp-mgw --dbg-package=osmo-cellmgr-mgcp-mgw-dbg
override_dh_auto_configure:
echo $(VERSION) > .tarball-version