[Pkg-voip-commits] r7181 - in /opensips/trunk/debian: changelog control opensips.dirs opensips.postinst

kilian at alioth.debian.org kilian at alioth.debian.org
Sat May 9 21:26:50 UTC 2009


Author: kilian
Date: Sat May  9 21:26:49 2009
New Revision: 7181

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7181
Log:
* debian/control: 
  - Add ${python:Depends} to have correct depends on python
  - Fix Section: debug for opensips-dbg
* Don't create /var/run/opensips in package as adduser will already do that
  in postinst.

Removed:
    opensips/trunk/debian/opensips.dirs
Modified:
    opensips/trunk/debian/changelog
    opensips/trunk/debian/control
    opensips/trunk/debian/opensips.postinst

Modified: opensips/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/opensips/trunk/debian/changelog?rev=7181&op=diff
==============================================================================
--- opensips/trunk/debian/changelog (original)
+++ opensips/trunk/debian/changelog Sat May  9 21:26:49 2009
@@ -2,8 +2,10 @@
 
   * NOT RELEASED YET
 
-  * Still not fully working due to svn-buildpackage weird stuff
+  * debian/control: 
+    - Add ${python:Depends} to have correct depends on python
+    - Fix Section: debug for opensips-dbg
+  * Don't create /var/run/opensips in package as adduser will already do that
+    in postinst.
 
- -- Bjoern Boschman <bjoern at boschman.de>  Wed, 11 Feb 2009 14:40:45 +0200
-
-
+ -- Kilian Krause <kilian at debian.org>  Sat, 09 May 2009 23:24:02 +0200

Modified: opensips/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/opensips/trunk/debian/control?rev=7181&op=diff
==============================================================================
--- opensips/trunk/debian/control (original)
+++ opensips/trunk/debian/control Sat May  9 21:26:49 2009
@@ -11,7 +11,7 @@
 
 Package: opensips
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, adduser
 Suggests: opensips-mysql-module, opensips-postgres-module, opensips-unixodbc-module, opensips-jabber-module, opensips-cpl-module, opensips-radius-modules, opensips-presence-modules, opensips-xmlrpc-module, opensips-perl-modules, opensips-snmpstats-module, opensips-xmpp-module, opensips-carrierroute-module, opensips-berkeley-module, opensips-ldap-modules
 Description: very fast and configurable SIP proxy
  opensips is a very fast and flexible SIP (RFC3261)
@@ -33,6 +33,7 @@
 Package: opensips-dbg
 Priority: extra
 Architecture: any
+Section: debug
 Depends: opensips (= ${binary:Version})
 Description: very fast and configurable SIP proxy [debug symbols]
  opensips is a very fast and flexible SIP (RFC3261)

Modified: opensips/trunk/debian/opensips.postinst
URL: http://svn.debian.org/wsvn/pkg-voip/opensips/trunk/debian/opensips.postinst?rev=7181&op=diff
==============================================================================
--- opensips/trunk/debian/opensips.postinst (original)
+++ opensips/trunk/debian/opensips.postinst Sat May  9 21:26:49 2009
@@ -31,7 +31,6 @@
         adduser --quiet --system --group --disabled-password \
                 --shell /bin/false --gecos "OpenSIPS" \
                 --home $HOMEDIR opensips || true
-
         ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)




More information about the Pkg-voip-commits mailing list