[Pkg-voip-commits] r8470 - in /misdnv2user/trunk/debian: changelog control misdnv2user-utils.install rules watch

dorchain-guest at alioth.debian.org dorchain-guest at alioth.debian.org
Wed Jun 9 12:19:48 UTC 2010


Author: dorchain-guest
Date: Wed Jun  9 12:19:42 2010
New Revision: 8470

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=8470
Log:
Updated to new upstream version; man pages for new tools still missing

Modified:
    misdnv2user/trunk/debian/changelog
    misdnv2user/trunk/debian/control
    misdnv2user/trunk/debian/misdnv2user-utils.install
    misdnv2user/trunk/debian/rules
    misdnv2user/trunk/debian/watch

Modified: misdnv2user/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/changelog?rev=8470&op=diff
==============================================================================
--- misdnv2user/trunk/debian/changelog (original)
+++ misdnv2user/trunk/debian/changelog Wed Jun  9 12:19:42 2010
@@ -1,3 +1,12 @@
+misdnv2user (1.7~20100525-1) UNRELEASED; urgency=low
+
+  [ Joerg Dorchain ]
+  * New upstream version
+  * debian/control:
+    - update debian policy 3.8.4
+
+ -- Joerg Dorchain <joerg at dorchain.net>  Wed, 9 Jun 2010 13:00:00 +0200
+
 misdnv2user (1.6~20090906-1) UNRELEASED; urgency=low
 
   [ Joerg Dorchain ]

Modified: misdnv2user/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/control?rev=8470&op=diff
==============================================================================
--- misdnv2user/trunk/debian/control (original)
+++ misdnv2user/trunk/debian/control Wed Jun  9 12:19:42 2010
@@ -4,7 +4,7 @@
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Joerg Dorchain <joerg at dorchain.net>, Victor Seva <linuxmaniac at torreviejawireless.org>
 Build-Depends: debhelper (>= 7), quilt
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://www.misdn.org/index.php/Main_Page
 Vcs-Svn: svn://svn.debian.org/pkg-voip/misdnv2user/trunk
 Vcs-Browser: http://svn.debian.org/pkg-voip/misdnv2user/?op=log

Modified: misdnv2user/trunk/debian/misdnv2user-utils.install
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/misdnv2user-utils.install?rev=8470&op=diff
==============================================================================
--- misdnv2user/trunk/debian/misdnv2user-utils.install (original)
+++ misdnv2user/trunk/debian/misdnv2user-utils.install Wed Jun  9 12:19:42 2010
@@ -1,1 +1,2 @@
 usr/bin/*
+usr/sbin/*

Modified: misdnv2user/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/rules?rev=8470&op=diff
==============================================================================
--- misdnv2user/trunk/debian/rules (original)
+++ misdnv2user/trunk/debian/rules Wed Jun  9 12:19:42 2010
@@ -18,7 +18,7 @@
 UP_MAJOR_VER:=$(shell echo $(LOCAL_TAR_VER) | sed -e 's/~[0-9.]*//')
 UP_DATE_VER:=$(shell echo $(LOCAL_TAR_VER) | sed -e 's/[0-9.]*~//')
 
-UPFILENAME := mISDNuser_$(UP_DATE_VER).tar.gz
+UPFILENAME := mISDNuser-$(UP_DATE_VER).tar.gz
 FILENAME := misdnv2user_$(LOCAL_TAR_VER).orig.tar.gz
 URL := http://isdn.eversberg.eu/download/lcr-$(UP_MAJOR_VER)/$(UPFILENAME)
 
@@ -37,6 +37,7 @@
 	dh_testdir
 
 	# Add here commands to compile the package.
+	./configure --prefix=/usr --disable-shared --disable-gui --enable-example
 	$(MAKE)
 	#docbook-to-man debian/misdnuser.sgml > misdnuser.1
 
@@ -55,8 +56,7 @@
 	dh_testroot
 	dh_prep
 	dh_installdirs
-	$(MAKE) INSTALL_PREFIX=$(CURDIR)/debian/tmp install
-	rm $(CURDIR)/debian/tmp/usr/lib/libmisdn.so
+	DESTDIR=$(CURDIR)/debian/tmp $(MAKE) install
 
 # Build architecture-independent files here.
 binary-indep: build install
@@ -66,7 +66,7 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs CHANGES
+	dh_installchangelogs NEWS
 	dh_installdocs
 	dh_installexamples
 	dh_install --autodest --fail-missing

Modified: misdnv2user/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/watch?rev=8470&op=diff
==============================================================================
--- misdnv2user/trunk/debian/watch (original)
+++ misdnv2user/trunk/debian/watch Wed Jun  9 12:19:42 2010
@@ -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