[Pkg-voip-commits] r6975 - in /misdnv2user/trunk/debian: changelog control libmisdnv2user-dev.install misdnv2user-utils.install rules
dorchain-guest at alioth.debian.org
dorchain-guest at alioth.debian.org
Sun Apr 5 08:46:16 UTC 2009
Author: dorchain-guest
Date: Sun Apr 5 08:46:16 2009
New Revision: 6975
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6975
Log:
split package into -dev and -utils
Added:
misdnv2user/trunk/debian/libmisdnv2user-dev.install
misdnv2user/trunk/debian/misdnv2user-utils.install
Modified:
misdnv2user/trunk/debian/changelog
misdnv2user/trunk/debian/control
misdnv2user/trunk/debian/rules
Modified: misdnv2user/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/changelog?rev=6975&op=diff
==============================================================================
--- misdnv2user/trunk/debian/changelog (original)
+++ misdnv2user/trunk/debian/changelog Sun Apr 5 08:46:16 2009
@@ -4,6 +4,7 @@
* renamed to avoid clash with existing package
* Adapted in same way as lcr, to provide the build-dependancy
* Avoid building shared lib
+ * split into -dev and -utils
-- Joerg Dorchain <joerg at dorchain.net> Sun, 21 Feb 2009 14:12:17 +0100
Modified: misdnv2user/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/control?rev=6975&op=diff
==============================================================================
--- misdnv2user/trunk/debian/control (original)
+++ misdnv2user/trunk/debian/control Sun Apr 5 08:46:16 2009
@@ -9,7 +9,25 @@
Vcs-Svn: svn://svn.debian.org/pkg-voip/misdnv2user/trunk
Vcs-Browser: svn://svn.debian.org/pkg-voip/misdnv2user/?op=log
-Package: misdnv2user
+Package: libmisdnv2user-dev
+Section: libdevel
+Architecture: any
+Depends: linux-libc-dev (>= 2.6.26), ${shlibs:Depends}, ${misc:Depends}
+Conflicts: libmisdn-dev
+Description: new ISDN driver for Linux - user space libs and tools
+ mISDN supports a complete BRI and PRI ETSI compliant DSS1 protocol
+ stack for the TE mode and for the NT mode. It is the successor of
+ the "old" isdn4linux subsystem, in particular its "HiSax" family of
+ drivers. It has growing support for the interface cards of hisax and
+ additionally supports the cool HFCmulti chip based cards.
+ .
+ This is misdn v2 (aka socket branch), matching kernel driver in
+ kernel > 2.6.26
+ .
+ This package contains the files for development
+
+Package: misdnv2user-utils
+Section: comm
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libmisdn-dev
@@ -22,3 +40,5 @@
.
This is misdn v2 (aka socket branch), matching kernel driver in
kernel > 2.6.26
+ .
+ This package contains the user space tools
Added: misdnv2user/trunk/debian/libmisdnv2user-dev.install
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/libmisdnv2user-dev.install?rev=6975&op=file
==============================================================================
--- misdnv2user/trunk/debian/libmisdnv2user-dev.install (added)
+++ misdnv2user/trunk/debian/libmisdnv2user-dev.install Sun Apr 5 08:46:16 2009
@@ -1,0 +1,2 @@
+usr/include/*
+usr/lib/*
Added: misdnv2user/trunk/debian/misdnv2user-utils.install
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/misdnv2user-utils.install?rev=6975&op=file
==============================================================================
--- misdnv2user/trunk/debian/misdnv2user-utils.install (added)
+++ misdnv2user/trunk/debian/misdnv2user-utils.install Sun Apr 5 08:46:16 2009
@@ -1,0 +1,1 @@
+usr/bin/*
Modified: misdnv2user/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/rules?rev=6975&op=diff
==============================================================================
--- misdnv2user/trunk/debian/rules (original)
+++ misdnv2user/trunk/debian/rules Sun Apr 5 08:46:16 2009
@@ -79,8 +79,9 @@
dh_installdirs
# Add here commands to install the package into
- # debian/misdnv2user.
- $(MAKE) INSTALL_PREFIX=$(CURDIR)/debian/misdnv2user install
+ # debian/tmp.
+ # split up into packages later by dh_install default src dir
+ $(MAKE) INSTALL_PREFIX=$(CURDIR)/debian/tmp install
# Build architecture-independent files here.
@@ -94,7 +95,7 @@
dh_installchangelogs CHANGES
dh_installdocs
dh_installexamples
-# dh_install
+ dh_install --autodest --fail-missing
# dh_installmenu
# dh_installdebconf
# dh_installlogrotate
More information about the Pkg-voip-commits
mailing list