[med-svn] r3737 - trunk/packages/pvrg/trunk/debian

Mathieu Malaterre malat-guest at alioth.debian.org
Fri Aug 7 08:48:27 UTC 2009


Author: malat-guest
Date: 2009-08-07 08:48:26 +0000 (Fri, 07 Aug 2009)
New Revision: 3737

Modified:
   trunk/packages/pvrg/trunk/debian/control
   trunk/packages/pvrg/trunk/debian/copyright
   trunk/packages/pvrg/trunk/debian/rules
Log:
cleanup

Modified: trunk/packages/pvrg/trunk/debian/control
===================================================================
--- trunk/packages/pvrg/trunk/debian/control	2009-08-06 07:10:35 UTC (rev 3736)
+++ trunk/packages/pvrg/trunk/debian/control	2009-08-07 08:48:26 UTC (rev 3737)
@@ -5,7 +5,7 @@
 DM-Upload-Allowed: yes
 Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
 Build-Depends: debhelper (>= 4), cmake, flex, quilt
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/pvrg/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/pvrg/trunk/
 Homepage: http://jpeg.sourceforge.net/

Modified: trunk/packages/pvrg/trunk/debian/copyright
===================================================================
--- trunk/packages/pvrg/trunk/debian/copyright	2009-08-06 07:10:35 UTC (rev 3736)
+++ trunk/packages/pvrg/trunk/debian/copyright	2009-08-07 08:48:26 UTC (rev 3737)
@@ -3,9 +3,9 @@
 
 It was downloaded from http://sf.net/projects/jpeg
 
-Upstream Author(s):
+Upstream Author:
 
-  Andy C. Hung
+    Andy C. Hung
 
 Copyright:
 
@@ -13,20 +13,21 @@
 
 License:
 
-
-PUBLIC DOMAIN LICENSE: Stanford University Portable Video Research
-Group. If you use this software, you agree to the following: This
-program package is purely experimental, and is licensed "as is".
-Permission is granted to use, modify, and distribute this program
-without charge for any purpose, provided this license/ disclaimer
-notice appears in the copies.  No warranty or maintenance is given,
-either expressed or implied.  In no event shall the author(s) be
-liable to you or a third party for any special, incidental,
-consequential, or other damages, arising out of the use or inability
-to use the program for any purpose (or the loss of data), even if we
-have been advised of such possibilities.  Any public reference or
-advertisement of this source code should refer to it as the Portable
-Video Research Group (PVRG) code, and not by any author(s) (or
-Stanford University) name.
-
-
+    PUBLIC DOMAIN LICENSE: Stanford University Portable Video Research
+    Group. If you use this software, you agree to the following: This
+    program package is purely experimental, and is licensed "as is".
+    Permission is granted to use, modify, and distribute this program
+    without charge for any purpose, provided this license/ disclaimer
+    notice appears in the copies.  No warranty or maintenance is given,
+    either expressed or implied.  In no event shall the author(s) be
+    liable to you or a third party for any special, incidental,
+    consequential, or other damages, arising out of the use or inability
+    to use the program for any purpose (or the loss of data), even if we
+    have been advised of such possibilities.  Any public reference or
+    advertisement of this source code should refer to it as the Portable
+    Video Research Group (PVRG) code, and not by any author(s) (or
+    Stanford University) name.
+  
+The Debian packaging is (C) 2008, Mathieu Malaterre <mathieu.malaterre at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+ 

Modified: trunk/packages/pvrg/trunk/debian/rules
===================================================================
--- trunk/packages/pvrg/trunk/debian/rules	2009-08-06 07:10:35 UTC (rev 3736)
+++ trunk/packages/pvrg/trunk/debian/rules	2009-08-07 08:48:26 UTC (rev 3737)
@@ -66,7 +66,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/tmp
@@ -96,5 +96,8 @@
 	dh_md5sums
 	dh_builddeb
 
+get-orig-source:
+	uscan --verbose --force-download
+
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install configure get-orig-source




More information about the debian-med-commit mailing list