r2594 - trunk/debian/libmstun/debian
mikma at minisip.org
mikma at minisip.org
Thu Jun 1 00:12:54 CEST 2006
Author: mikma
Date: 2006-06-01 00:12:53 +0200 (Thu, 01 Jun 2006)
New Revision: 2594
Added:
trunk/debian/libmstun/debian/libmstun-dev.dirs
trunk/debian/libmstun/debian/libmstun-dev.install
trunk/debian/libmstun/debian/libmstun0.dirs
trunk/debian/libmstun/debian/libmstun0.install
Removed:
trunk/debian/libmstun/debian/libmcrypto-dev.dirs
trunk/debian/libmstun/debian/libmcrypto-dev.install
trunk/debian/libmstun/debian/libmcrypto0.dirs
trunk/debian/libmstun/debian/libmcrypto0.install
Modified:
trunk/debian/libmstun/debian/changelog
trunk/debian/libmstun/debian/control
trunk/debian/libmstun/debian/copyright
trunk/debian/libmstun/debian/rules
Log:
libmstun Debian package:
* Update dependencies, package names, package descriptions.
* Change to LGPL 2.1 (or later) in copyright.
Modified: trunk/debian/libmstun/debian/changelog
===================================================================
--- trunk/debian/libmstun/debian/changelog 2006-05-31 21:05:27 UTC (rev 2593)
+++ trunk/debian/libmstun/debian/changelog 2006-05-31 22:12:53 UTC (rev 2594)
@@ -1,5 +1,5 @@
-libmcrypto (0.3.1-1~2) UNRELEASED; urgency=low
+libmstun (0.5.0-1~1) UNRELEASED; urgency=low
* Initial Release.
-
- -- Mikael Magnusson <mikma at users.sourceforge.net> Wed, 31 May 2006 17:52:49 +0200
+
+ -- Mikael Magnusson <mikma at users.sourceforge.net> Wed, 31 May 2006 22:21:08 +0200
Modified: trunk/debian/libmstun/debian/control
===================================================================
--- trunk/debian/libmstun/debian/control 2006-05-31 21:05:27 UTC (rev 2593)
+++ trunk/debian/libmstun/debian/control 2006-05-31 22:12:53 UTC (rev 2594)
@@ -1,27 +1,30 @@
-Source: libmcrypto
+Source: libmstun
Priority: optional
Section: devel
Maintainer: Minisip developer team <minisip-devel at minisip.org>
Uploaders: Mikael Magnusson <mikma at users.sourceforge.net>
-Build-Depends: debhelper (>= 4.0.0), dpatch, autotools-dev, pkg-config, libssl-dev (>= 0.9.7), libmutil-dev (>= 0.3.1)
+Build-Depends: debhelper (>= 4.0.0), dpatch, autotools-dev,
+ pkg-config, libssl-dev (>= 0.9.7), libmutil-dev (>= 0.3.1),
+ libmcrypto-dev (>= 0.3.1), libmnetutil-dev (>= 0.3.1)
Standards-Version: 3.6.1
-Package: libmcrypto0
+Package: libmstun0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
-Description: Minisip Cryptography Library - shared library
- The libmcrypto library provides cryptographic encryption and hashing
- interfaces that are leveraged by the Minisip application stack.
+Description: Minisip STUN Protocol Support Library - shared library
+ libmstun implements Simple Traversal of User Datagram Protocol (UDP)
+ Through Network Address Translators (NATs) (STUN), in a C++ library.
.
- This package contains the libmcrypto0 runtime library.
+ This package contains the libmstun0 runtime library.
-Package: libmcrypto-dev
+Package: libmstun-dev
Architecture: any
-Depends: libmcrypto0 (= ${Source-Version}), libssl-dev (>= 0.9.7), libmutil-dev (>= 0.3.1)
-Description: Minisip Cryptography Library - development files
- The libmcrypto library provides cryptographic encryption and hashing
- interfaces that are leveraged by the Minisip application stack.
+Depends: libmstun0 (= ${Source-Version}), libmutil-dev (>= 0.3.1),
+ libmcrypto-dev (>= 0.3.1), libmnetutil-dev (>= 0.3.1)
+Description: Minisip STUN Protocol Support Library - development files
+ libmstun implements Simple Traversal of User Datagram Protocol (UDP)
+ Through Network Address Translators (NATs) (STUN), in a C++ library.
.
This package contains the header files and static library needed to
- compile applications that use libmcrypto0.
+ compile applications that use libmstun0.
Modified: trunk/debian/libmstun/debian/copyright
===================================================================
--- trunk/debian/libmstun/debian/copyright 2006-05-31 21:05:27 UTC (rev 2593)
+++ trunk/debian/libmstun/debian/copyright 2006-05-31 22:12:53 UTC (rev 2594)
@@ -1,25 +1,26 @@
-This package was debianized by Johan Bilien <jobi at via.ecp.fr> on
-Wed, 13 Oct 2004 11:06:32 +0200.
+This package was debianized by Mikael Magnusson
+<mikma at users.sourceforge.net> on Wed, 31 May 2006 22:30:42 +0200.
It was downloaded from http://www.minisip.org/
Upstream Authors: Erik Eliasson <eliasson at ssvl.kth.se>
Johan Bilien <jobi at via.ecp.fr>
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
+This library is free software; you can redistribute it and/or modify
+it under the terms of the GNU Lesser General Public License as
+published by the Free Software Foundation; either version 2.1 of the
+License, or (at your option) any later version.
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU Library General Public License for more details.
+This library is distributed in the hope that it will be useful, but
+WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Lesser General Public License for more details.
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
-MA 02110-1301, USA.
+You should have received a copy of the GNU Lesser General Public
+License along with this library; if not, write to the Free Software
+Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
+USA
-On Debian GNU/Linux systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+On Debian GNU/Linux systems, the complete text of the GNU Lesser
+General Public License can be found in
+`/usr/share/common-licenses/LGPL'.
Deleted: trunk/debian/libmstun/debian/libmcrypto-dev.dirs
===================================================================
--- trunk/debian/libmstun/debian/libmcrypto-dev.dirs 2006-05-31 21:05:27 UTC (rev 2593)
+++ trunk/debian/libmstun/debian/libmcrypto-dev.dirs 2006-05-31 22:12:53 UTC (rev 2594)
@@ -1 +0,0 @@
-usr/lib
Deleted: trunk/debian/libmstun/debian/libmcrypto-dev.install
===================================================================
--- trunk/debian/libmstun/debian/libmcrypto-dev.install 2006-05-31 21:05:27 UTC (rev 2593)
+++ trunk/debian/libmstun/debian/libmcrypto-dev.install 2006-05-31 22:12:53 UTC (rev 2594)
@@ -1,6 +0,0 @@
-debian/tmp/usr/include/*
-debian/tmp/usr/lib/lib*.a
-debian/tmp/usr/lib/lib*.so
-debian/tmp/usr/lib/pkgconfig/*
-debian/tmp/usr/lib/*.la
-debian/tmp/usr/share/aclocal/*.m4
Deleted: trunk/debian/libmstun/debian/libmcrypto0.dirs
===================================================================
--- trunk/debian/libmstun/debian/libmcrypto0.dirs 2006-05-31 21:05:27 UTC (rev 2593)
+++ trunk/debian/libmstun/debian/libmcrypto0.dirs 2006-05-31 22:12:53 UTC (rev 2594)
@@ -1 +0,0 @@
-usr/lib
Deleted: trunk/debian/libmstun/debian/libmcrypto0.install
===================================================================
--- trunk/debian/libmstun/debian/libmcrypto0.install 2006-05-31 21:05:27 UTC (rev 2593)
+++ trunk/debian/libmstun/debian/libmcrypto0.install 2006-05-31 22:12:53 UTC (rev 2594)
@@ -1 +0,0 @@
-debian/tmp/usr/lib/lib*.so.*
Copied: trunk/debian/libmstun/debian/libmstun-dev.dirs (from rev 2592, trunk/debian/libmstun/debian/libmcrypto-dev.dirs)
Copied: trunk/debian/libmstun/debian/libmstun-dev.install (from rev 2592, trunk/debian/libmstun/debian/libmcrypto-dev.install)
Copied: trunk/debian/libmstun/debian/libmstun0.dirs (from rev 2592, trunk/debian/libmstun/debian/libmcrypto0.dirs)
Copied: trunk/debian/libmstun/debian/libmstun0.install (from rev 2592, trunk/debian/libmstun/debian/libmcrypto0.install)
Modified: trunk/debian/libmstun/debian/rules
===================================================================
--- trunk/debian/libmstun/debian/rules 2006-05-31 21:05:27 UTC (rev 2593)
+++ trunk/debian/libmstun/debian/rules 2006-05-31 22:12:53 UTC (rev 2594)
@@ -82,13 +82,14 @@
dh_installchangelogs
#ChangeLog
dh_installdocs
+# dh_installexamples -plibmstun-dev $(CURDIR)/debian/tmp/usr/share/libmstun/examples/*
dh_install
dh_link
dh_strip
dh_compress
dh_fixperms
dh_makeshlibs
-# dh_makeshlibs -V 'libmcrypto0 (>= 0.3.1)'
+# dh_makeshlibs -V 'libmstun0 (>= 0.5.0)'
dh_installdeb
dh_shlibdeps
dh_gencontrol
More information about the Minisip-devel
mailing list