[med-svn] r3740 - in trunk/packages/pvrg-jpeg/trunk/debian: . patches
Mathieu Malaterre
malat-guest at alioth.debian.org
Fri Aug 7 09:15:59 UTC 2009
Author: malat-guest
Date: 2009-08-07 09:15:59 +0000 (Fri, 07 Aug 2009)
New Revision: 3740
Added:
trunk/packages/pvrg-jpeg/trunk/debian/pvrg-jpeg.install
Removed:
trunk/packages/pvrg-jpeg/trunk/debian/pvrg.install
Modified:
trunk/packages/pvrg-jpeg/trunk/debian/README.Debian
trunk/packages/pvrg-jpeg/trunk/debian/changelog
trunk/packages/pvrg-jpeg/trunk/debian/control
trunk/packages/pvrg-jpeg/trunk/debian/patches/cmakelists.txt.patch
Log:
s/pvrg/pvrg-jpeg/g
Modified: trunk/packages/pvrg-jpeg/trunk/debian/README.Debian
===================================================================
--- trunk/packages/pvrg-jpeg/trunk/debian/README.Debian 2009-08-07 09:10:10 UTC (rev 3739)
+++ trunk/packages/pvrg-jpeg/trunk/debian/README.Debian 2009-08-07 09:15:59 UTC (rev 3740)
@@ -1,4 +1,4 @@
-Debian packages of pvrg
+Debian packages of pvrg-jpeg
---------------------------
md5sum sf.net and:
@@ -6,7 +6,7 @@
match: d67276117e3b8c91340440c25d4ae1fe
The original main executable (no libraries) used to be called simply 'jpeg'.
-I changed it to 'pvrgjpeg' to clearly indicate that the output it not guarantee
+I changed it to 'pvrg-jpeg' to clearly indicate that the output it not guarantee
to be pure jpeg (93 specs), eg. in lossless 16bits.
The bug has been reported here:
Modified: trunk/packages/pvrg-jpeg/trunk/debian/changelog
===================================================================
--- trunk/packages/pvrg-jpeg/trunk/debian/changelog 2009-08-07 09:10:10 UTC (rev 3739)
+++ trunk/packages/pvrg-jpeg/trunk/debian/changelog 2009-08-07 09:15:59 UTC (rev 3740)
@@ -1,8 +1,9 @@
-pvrg (1.2.1) experimental; urgency=low
+pvrg-jpeg (1.2.1) experimental; urgency=low
* Initial release (Closes: #508992)
* Properly install in /usr (instead of /usr/local)
- * Add missing pvrg.install file. Add note about naming convention (pvrgjpeg)
+ * Add missing pvrg-jpeg.install file.
+ * Add note about naming convention (pvrg-jpeg)
* Install changelog. Install man page. Add CPack section.
* Adding patch from eli (panix.com), which adds support for PGM outputs
Modified: trunk/packages/pvrg-jpeg/trunk/debian/control
===================================================================
--- trunk/packages/pvrg-jpeg/trunk/debian/control 2009-08-07 09:10:10 UTC (rev 3739)
+++ trunk/packages/pvrg-jpeg/trunk/debian/control 2009-08-07 09:15:59 UTC (rev 3740)
@@ -1,4 +1,4 @@
-Source: pvrg
+Source: pvrg-jpeg
Section: graphics
Priority: optional
Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
@@ -6,15 +6,15 @@
Uploaders: Mathieu Malaterre <mathieu.malaterre at gmail.com>
Build-Depends: debhelper (>= 4), cmake, flex, quilt
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/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/pvrg-jpeg/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/pvrg-jpeg/trunk/
Homepage: http://jpeg.sourceforge.net/
-Package: pvrg
+Package: pvrg-jpeg
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: netpbm
Description: Stanford PVRG JPEG tool
PVRG is the JPEG implementation from Stanford Portable Video Research Group
.
- This package contains the pvrgjpeg command line tool.
+ This package contains the pvrg-jpeg command line tool.
Modified: trunk/packages/pvrg-jpeg/trunk/debian/patches/cmakelists.txt.patch
===================================================================
--- trunk/packages/pvrg-jpeg/trunk/debian/patches/cmakelists.txt.patch 2009-08-07 09:10:10 UTC (rev 3739)
+++ trunk/packages/pvrg-jpeg/trunk/debian/patches/cmakelists.txt.patch 2009-08-07 09:15:59 UTC (rev 3740)
@@ -96,8 +96,8 @@
+#ADD_DEFINITIONS(-DIO_DEBUG)
+#ADD_LIBRARY(pvrg ${PVRG_SRCS})
+
-+ADD_EXECUTABLE(${PVRG_LIBRARY_NAME}jpeg ${PVRG_SRCS})
-+#TARGET_LINK_LIBRARIES(pvrgjpeg pvrg)
++ADD_EXECUTABLE(${PVRG_LIBRARY_NAME}-jpeg ${PVRG_SRCS})
++#TARGET_LINK_LIBRARIES(${PVRG_LIBRARY_NAME}-jpeg pvrg)
+
+#IF(NOT PVRG_INSTALL_NO_DEVELOPMENT)
+# FILE(GLOB header_files "*.h")
@@ -108,11 +108,11 @@
+
+IF(NOT PVRG_INSTALL_NO_LIBRARIES)
+ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/jpeg.1
-+ ${CMAKE_CURRENT_BINARY_DIR}/${PVRG_LIBRARY_NAME}jpeg.1)
-+ INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PVRG_LIBRARY_NAME}jpeg.1
++ ${CMAKE_CURRENT_BINARY_DIR}/${PVRG_LIBRARY_NAME}-jpeg.1)
++ INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${PVRG_LIBRARY_NAME}-jpeg.1
+ DESTINATION ${PVRG_INSTALL_MAN_DIR}/man1 COMPONENT Development
+ )
-+ INSTALL(TARGETS ${PVRG_LIBRARY_NAME}jpeg
++ INSTALL(TARGETS ${PVRG_LIBRARY_NAME}-jpeg
+ RUNTIME DESTINATION ${PVRG_INSTALL_BIN_DIR} COMPONENT Runtime
+ LIBRARY DESTINATION ${PVRG_INSTALL_LIB_DIR} COMPONENT Runtime
+ ARCHIVE DESTINATION ${PVRG_INSTALL_LIB_DIR} COMPONENT Development
Copied: trunk/packages/pvrg-jpeg/trunk/debian/pvrg-jpeg.install (from rev 3739, trunk/packages/pvrg-jpeg/trunk/debian/pvrg.install)
===================================================================
--- trunk/packages/pvrg-jpeg/trunk/debian/pvrg-jpeg.install (rev 0)
+++ trunk/packages/pvrg-jpeg/trunk/debian/pvrg-jpeg.install 2009-08-07 09:15:59 UTC (rev 3740)
@@ -0,0 +1,2 @@
+usr/bin/pvrg-jpeg
+usr/share/man/man1/pvrg-jpeg.1
Property changes on: trunk/packages/pvrg-jpeg/trunk/debian/pvrg-jpeg.install
___________________________________________________________________
Added: svn:mime-type
+ text/plain
Added: svn:mergeinfo
+
Added: svn:eol-style
+ native
Deleted: trunk/packages/pvrg-jpeg/trunk/debian/pvrg.install
===================================================================
--- trunk/packages/pvrg-jpeg/trunk/debian/pvrg.install 2009-08-07 09:10:10 UTC (rev 3739)
+++ trunk/packages/pvrg-jpeg/trunk/debian/pvrg.install 2009-08-07 09:15:59 UTC (rev 3740)
@@ -1,2 +0,0 @@
-usr/bin/pvrgjpeg
-usr/share/man/man1/pvrgjpeg.1
More information about the debian-med-commit
mailing list