[med-svn] r3512 - in trunk/packages/pvrg/trunk/debian: . patches

Mathieu Malaterre malat-guest at alioth.debian.org
Fri Jun 19 12:10:32 UTC 2009


Author: malat-guest
Date: 2009-06-19 12:10:31 +0000 (Fri, 19 Jun 2009)
New Revision: 3512

Modified:
   trunk/packages/pvrg/trunk/debian/control
   trunk/packages/pvrg/trunk/debian/copyright
   trunk/packages/pvrg/trunk/debian/patches/cmakelists.txt.patch
   trunk/packages/pvrg/trunk/debian/pvrg.install
Log:
some lintian stuff

Modified: trunk/packages/pvrg/trunk/debian/control
===================================================================
--- trunk/packages/pvrg/trunk/debian/control	2009-06-19 12:07:16 UTC (rev 3511)
+++ trunk/packages/pvrg/trunk/debian/control	2009-06-19 12:10:31 UTC (rev 3512)
@@ -1,11 +1,11 @@
 Source: pvrg
 Section: graphics
+Priority: optional
 Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 DM-Upload-Allowed: yes
 Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
-Priority: extra
-Build-Depends: debhelper (>= 4), cmake, flex
-Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 4), cmake, flex, quilt
+Standards-Version: 3.8.1
 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/
@@ -14,7 +14,7 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: netpbm
-Description: PVRG lib
- JPEG implementation from PVRG
+Description: Stanford PVRG JPEG tool
+ PVRG is the JPEG implementation from Stanford Portable Video Research Group
  .
- This package contains the jpeg command line tool.
+ This package contains the pvrgjpeg command line tool.

Modified: trunk/packages/pvrg/trunk/debian/copyright
===================================================================
--- trunk/packages/pvrg/trunk/debian/copyright	2009-06-19 12:07:16 UTC (rev 3511)
+++ trunk/packages/pvrg/trunk/debian/copyright	2009-06-19 12:10:31 UTC (rev 3512)
@@ -29,9 +29,4 @@
 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'.
 
-
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.

Modified: trunk/packages/pvrg/trunk/debian/patches/cmakelists.txt.patch
===================================================================
--- trunk/packages/pvrg/trunk/debian/patches/cmakelists.txt.patch	2009-06-19 12:07:16 UTC (rev 3511)
+++ trunk/packages/pvrg/trunk/debian/patches/cmakelists.txt.patch	2009-06-19 12:10:31 UTC (rev 3512)
@@ -9,7 +9,7 @@
 +  SET(PVRG_INSTALL_BIN_DIR bin)
 +  SET(PVRG_INSTALL_LIB_DIR lib)
 +  SET(PVRG_INSTALL_INCLUDE_DIR include/pvrg)
-+  SET(PVRG_INSTALL_MAN_DIR man)
++  SET(PVRG_INSTALL_MAN_DIR share/man)
 +  OPTION(PVRG_BUILD_SHARED_LIBS "Build PVRG with shared libraries." OFF)
 +  SET(BUILD_SHARED_LIBS ${PVRG_BUILD_SHARED_LIBS})
 +ELSE(NOT PVRG_NAMESPACE)

Modified: trunk/packages/pvrg/trunk/debian/pvrg.install
===================================================================
--- trunk/packages/pvrg/trunk/debian/pvrg.install	2009-06-19 12:07:16 UTC (rev 3511)
+++ trunk/packages/pvrg/trunk/debian/pvrg.install	2009-06-19 12:10:31 UTC (rev 3512)
@@ -1,2 +1,2 @@
 usr/bin/pvrgjpeg
-usr/man/man1/pvrgjpeg.1
+usr/share/man/man1/pvrgjpeg.1




More information about the debian-med-commit mailing list