[Pkg-voip-commits] r7383 - in /misdnv2user/trunk/debian: changelog control rules

dorchain-guest at alioth.debian.org dorchain-guest at alioth.debian.org
Tue Jun 23 20:06:59 UTC 2009


Author: dorchain-guest
Date: Tue Jun 23 20:06:56 2009
New Revision: 7383

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7383
Log:
fix lintian warnings

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=7383&op=diff
==============================================================================
--- misdnv2user/trunk/debian/changelog (original)
+++ misdnv2user/trunk/debian/changelog Tue Jun 23 20:06:56 2009
@@ -1,5 +1,6 @@
 misdnv2user (1.5~20090602-1) UNRELEASED; urgency=low
 
+  [ Victor Seva ]
   * New upstream version
   * debian/rules:
     - remove patch/unpatch rules. Added quilt.make reference.
@@ -19,6 +20,13 @@
       - created *.dirs
     - debian/misdn_*.8 ( created missing manpages )
 
+  [ Joerg Dorchain ]
+  * Fix lintian errors:
+  - debian-rules (rewrite):
+    - W: dh-clean-k-is-deprecated
+  - debian-control (rewrite):
+    - W: vcs-field-uses-unknown-uri-format
+
  -- Victor Seva <linuxmaniac at torreviejawireless.org>  Fri, 19 Jun 2009 09:14:54 +0200
 
 misdnv2user (1.3~20090107-1) unstable; urgency=low

Modified: misdnv2user/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/control?rev=7383&op=diff
==============================================================================
--- misdnv2user/trunk/debian/control (original)
+++ misdnv2user/trunk/debian/control Tue Jun 23 20:06:56 2009
@@ -7,7 +7,7 @@
 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
+Vcs-Browser: http://svn.debian.org/pkg-voip/misdnv2user/?op=log
 
 Package: libmisdnv2user-dev
 Section: libdevel

Modified: misdnv2user/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/misdnv2user/trunk/debian/rules?rev=7383&op=diff
==============================================================================
--- misdnv2user/trunk/debian/rules (original)
+++ misdnv2user/trunk/debian/rules Tue Jun 23 20:06:56 2009
@@ -53,7 +53,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 	$(MAKE) INSTALL_PREFIX=$(CURDIR)/debian/tmp install
 




More information about the Pkg-voip-commits mailing list