[Pkg-voip-commits] r7376 - in /misdnv2user/trunk/debian: TODO changelog control copyright dirs docs libmisdnv2user-dev.dirs misdnv2user-utils.dirs patches/layer2_hang.patch patches/nosharedlib.patch patches/series rules watch

maniac-guest at alioth.debian.org maniac-guest at alioth.debian.org
Fri Jun 19 11:44:38 UTC 2009


Author: maniac-guest
Date: Fri Jun 19 11:44:37 2009
New Revision: 7376

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7376
Log:
* New upstream version
* debian/rules:
  - remove patch/unpatch rules. Added quilt.make reference.
  - remoce some redundant rule dependences.
* debian/patches
  - refresh patches.
* debian/control:
  - add myself as an Uploaders.
  - update debian policy 3.8.2 ( no changes needed )
* Fix lintian errors:
  - debian/docs ( removed )
    - W: libmisdnv2user-dev: extra-license-file
  - debian/copyright ( rewrited ):
    - W: libmisdnv2user-dev: copyright-without-copyright-notice
  - debian/changelog ( removed ITP entry )
  - debian/dirs ( removed )
    - created *.dirs

Added:
    misdnv2user/trunk/debian/TODO
    misdnv2user/trunk/debian/libmisdnv2user-dev.dirs
    misdnv2user/trunk/debian/misdnv2user-utils.dirs
Removed:
    misdnv2user/trunk/debian/dirs
    misdnv2user/trunk/debian/docs
Modified:
    misdnv2user/trunk/debian/changelog
    misdnv2user/trunk/debian/control
    misdnv2user/trunk/debian/copyright
    misdnv2user/trunk/debian/patches/layer2_hang.patch
    misdnv2user/trunk/debian/patches/nosharedlib.patch
    misdnv2user/trunk/debian/patches/series
    misdnv2user/trunk/debian/rules
    misdnv2user/trunk/debian/watch

Added: misdnv2user/trunk/debian/TODO
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/TODO?rev=7376&op=file
==============================================================================
--- misdnv2user/trunk/debian/TODO (added)
+++ misdnv2user/trunk/debian/TODO Fri Jun 19 11:44:37 2009
@@ -1,0 +1,6 @@
+* add manpages for:
+ - usr/bin/misdn_bridge
+ - usr/bin/misdn_cleanl2
+ - usr/bin/misdn_info
+ - usr/bin/misdn_log
+ - usr/bin/misdn_rename

Modified: misdnv2user/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/changelog?rev=7376&op=diff
==============================================================================
--- misdnv2user/trunk/debian/changelog (original)
+++ misdnv2user/trunk/debian/changelog Fri Jun 19 11:44:37 2009
@@ -1,3 +1,25 @@
+misdnv2user (1.5~20090602-1) UNRELEASED; urgency=low
+
+  * New upstream version
+  * debian/rules:
+    - remove patch/unpatch rules. Added quilt.make reference.
+    - remoce some redundant rule dependences.
+  * debian/patches
+    - refresh patches.
+  * debian/control:
+    - add myself as an Uploaders.
+    - update debian policy 3.8.2 ( no changes needed )
+  * Fix lintian errors:
+    - debian/docs ( removed )
+      - W: libmisdnv2user-dev: extra-license-file
+    - debian/copyright ( rewrited ):
+      - W: libmisdnv2user-dev: copyright-without-copyright-notice
+    - debian/changelog ( removed ITP entry )
+    - debian/dirs ( removed )
+      - created *.dirs
+
+ -- Victor Seva <linuxmaniac at torreviejawireless.org>  Fri, 19 Jun 2009 09:14:54 +0200
+
 misdnv2user (1.3~20090107-1) unstable; urgency=low
 
   [ Joerg Dorchain ]
@@ -12,9 +34,3 @@
 
  -- Joerg Dorchain <joerg at dorchain.net>  Sun, 21 Feb 2009 14:12:17 +0100
 
-misdnuser (0.0.20081124-1) unstable; urgency=low
-
-  * Initial release (Closes: #nnnn)  <nnnn is the bug number of your ITP>
-
- -- Joerg Dorchain <joerg at dorchain.net>  Sun, 21 Dec 2008 13:20:40 +0100
-

Modified: misdnv2user/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/control?rev=7376&op=diff
==============================================================================
--- misdnv2user/trunk/debian/control (original)
+++ misdnv2user/trunk/debian/control Fri Jun 19 11:44:37 2009
@@ -2,10 +2,10 @@
 Section: devel
 Priority: extra
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
-Uploaders: Joerg Dorchain <joerg at dorchain.net>
+Uploaders: Joerg Dorchain <joerg at dorchain.net>, Victor Seva <linuxmaniac at torreviejawireless.org>
 Build-Depends: debhelper (>= 7), quilt
-Standards-Version: 3.7.3
-Homepage: http://isdn.eversberg.eu/download/lcr-1.3/
+Standards-Version: 3.8.2
+Homepage: http://www.misdn.org/index.php/Main_Page
 Vcs-Svn: svn://svn.debian.org/pkg-voip/misdnv2user/trunk
 Vcs-Browser: svn://svn.debian.org/pkg-voip/misdnv2user/?op=log
 
@@ -15,16 +15,16 @@
 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
+ 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
@@ -32,13 +32,13 @@
 Depends: ${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 user space 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 user space tools

Modified: misdnv2user/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/copyright?rev=7376&op=diff
==============================================================================
--- misdnv2user/trunk/debian/copyright (original)
+++ misdnv2user/trunk/debian/copyright Fri Jun 19 11:44:37 2009
@@ -1,17 +1,38 @@
 This package was debianized by Joerg Dorchain <joerg at dorchain.net> on
 Sun, 21 Dec 2008 13:20:40 +0100.
 
-It was downloaded from http://isdn.eversberg.eu/download/lcr-1.3/ 
+It is now maintained by the Debian VoIP Team
+<pkg-voip-maintainers at lists.alioth.debian.org>
 
-Upstream Author(s):
+It was downloaded from http://isdn.eversberg.eu/download/
 
-    Karsten Keil and Andreas Eversberg
-    isdn4linux at listserv.isdn4linux.de
+Upstream Author:
+
+    Andreas Eversberg <jolly at eversberg.eu>
+    Karsten Keil <isdn at linux-pingi.de>
+
+Copyright:
+
+    Copyright (C) 2008  Andreas Eversberg
+    Copyright (C) 2008  Karsten Keil
 
 License:
 
-    GNU LIBRARY GENERAL PUBLIC LICENSE Version 2, June 1991
+    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 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 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.
+
+    On Debian systems, you find a copy at '/usr/share/common-licenses/GPL-2'
 
 The Debian packaging is (C) 2008, Joerg Dorchain <joerg at dorchain.net> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
-

Added: misdnv2user/trunk/debian/libmisdnv2user-dev.dirs
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/libmisdnv2user-dev.dirs?rev=7376&op=file
==============================================================================
--- misdnv2user/trunk/debian/libmisdnv2user-dev.dirs (added)
+++ misdnv2user/trunk/debian/libmisdnv2user-dev.dirs Fri Jun 19 11:44:37 2009
@@ -1,0 +1,2 @@
+usr/include/mISDNuser/
+usr/lib/

Added: misdnv2user/trunk/debian/misdnv2user-utils.dirs
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/misdnv2user-utils.dirs?rev=7376&op=file
==============================================================================
--- misdnv2user/trunk/debian/misdnv2user-utils.dirs (added)
+++ misdnv2user/trunk/debian/misdnv2user-utils.dirs Fri Jun 19 11:44:37 2009
@@ -1,0 +1,1 @@
+usr/bin/

Modified: misdnv2user/trunk/debian/patches/layer2_hang.patch
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/patches/layer2_hang.patch?rev=7376&op=diff
==============================================================================
--- misdnv2user/trunk/debian/patches/layer2_hang.patch (original)
+++ misdnv2user/trunk/debian/patches/layer2_hang.patch Fri Jun 19 11:44:37 2009
@@ -21,9 +21,9 @@
 asterisk (Debian 1:1.4.21.2~dfsg-1~MBbpo40+1 (own backport to
 etch)) and
 mISDN from current git.
---- a/lib/dss1user.c.orig	2009-01-13 10:01:26.015471013 +0100
-+++ b/lib/dss1user.c	2009-01-13 10:02:05.224793579 +0100
-@@ -1047,6 +1047,7 @@
+--- a/lib/dss1user.c
++++ b/lib/dss1user.c
+@@ -1056,6 +1056,7 @@ l3dss1_release_ind(l3_process_t *pc, uns
  		/* ETS 300-102 5.3.5 */
  		newl3state(pc, 0);
  		mISDN_l3up(pc, MT_RELEASE, l3m);

Modified: misdnv2user/trunk/debian/patches/nosharedlib.patch
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/patches/nosharedlib.patch?rev=7376&op=diff
==============================================================================
--- misdnv2user/trunk/debian/patches/nosharedlib.patch (original)
+++ misdnv2user/trunk/debian/patches/nosharedlib.patch Fri Jun 19 11:44:37 2009
@@ -1,6 +1,6 @@
---- lib/Makefile.orig	2009-03-09 11:50:48.631366854 +0100
-+++ lib/Makefile	2009-03-09 11:51:02.835858712 +0100
-@@ -8,7 +8,7 @@
+--- a/lib/Makefile
++++ b/lib/Makefile
+@@ -8,7 +8,7 @@ install:
  	install -d $(INSTALL_PREFIX)$(INSTALL_LIBDIR)
  	install -m 644 libmisdn.a $(INSTALL_PREFIX)$(INSTALL_LIBDIR)
  	install -m 644 libmisdn_pic.a $(INSTALL_PREFIX)$(INSTALL_LIBDIR)

Modified: misdnv2user/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/patches/series?rev=7376&op=diff
==============================================================================
--- misdnv2user/trunk/debian/patches/series (original)
+++ misdnv2user/trunk/debian/patches/series Fri Jun 19 11:44:37 2009
@@ -1,2 +1,2 @@
-nosharedlib.patch -p0
+nosharedlib.patch 
 layer2_hang.patch

Modified: misdnv2user/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/rules?rev=7376&op=diff
==============================================================================
--- misdnv2user/trunk/debian/rules (original)
+++ misdnv2user/trunk/debian/rules Fri Jun 19 11:44:37 2009
@@ -9,8 +9,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# make quilt find the proper directory
-export QUILT_PATCHES=debian/patches
+# quilt
+include /usr/share/quilt/quilt.make
 
 DEBVERSION:=$(shell head -n 1 debian/changelog \
                     | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
@@ -32,27 +32,8 @@
 CROSS= --build $(DEB_BUILD_GNU_TYPE)
 endif
 
-
-
-configure: patch configure-stamp
-configure-stamp:
-	dh_testdir
-	# Add here commands to configure the package.
-
-	touch configure-stamp
-
-patch: patch-stamp
-patch-stamp:
-	quilt push -a || test $$? = 2
-	touch $@
-
-unpatch:
-	quilt pop -a -R || test $$? = 2
-	rm -rf .pc patch-stamp
-
 build: build-stamp
-
-build-stamp: patch-stamp configure-stamp  
+build-stamp: patch
 	dh_testdir
 
 	# Add here commands to compile the package.
@@ -66,10 +47,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-
-	# Add here commands to clean up after the build process.
 	$(MAKE) distclean
-
 	dh_clean 
 
 install: build
@@ -77,10 +55,6 @@
 	dh_testroot
 	dh_clean -k 
 	dh_installdirs
-
-	# Add here commands to install the package into
-	# debian/tmp.
-	# split up into packages later by dh_install default src dir
 	$(MAKE) INSTALL_PREFIX=$(CURDIR)/debian/tmp install
 
 
@@ -96,22 +70,11 @@
 	dh_installdocs
 	dh_installexamples
 	dh_install --autodest --fail-missing
-#	dh_installmenu
-#	dh_installdebconf	
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_python
-#	dh_installinit
-#	dh_installcron
-#	dh_installinfo
 	dh_installman
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_perl
 #	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
@@ -130,4 +93,4 @@
 	@@[ -d ../tarballs/. ] || mkdir -p ../tarballs
 	@@wget -nv -T10 -t3 --verbose -O ../tarballs/$(FILENAME) $(URL)
 
-.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch
+.PHONY: build clean binary-indep binary-arch binary install

Modified: misdnv2user/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/watch?rev=7376&op=diff
==============================================================================
--- misdnv2user/trunk/debian/watch (original)
+++ misdnv2user/trunk/debian/watch Fri Jun 19 11:44:37 2009
@@ -2,4 +2,4 @@
 # only using the date part of the debian version.
 # How can I use the match of the directory?
 opts="dversionmangle=s/([\d.]+)~//" \
-	http://isdn.eversberg.eu/download/lcr-([\d.]+)/mISDNuser_([\d]+)\.tar\.gz debian uupdate
+	http://isdn.eversberg.eu/download/lcr-([\d.]+)/mISDNuser_([\d]+)\.tar\.gz debian uupdate




More information about the Pkg-voip-commits mailing list