[vlmc-devel] commit: Fix for Debian Package Description (Rohit Yadav )

git at videolan.org git at videolan.org
Tue Jun 8 22:06:37 CEST 2010


vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Tue Jun  8 17:20:40 2010 +0200| [8b79091a26673fb11370fefb9589651ee9f6ee22] | committer: Hugo Beauzée-Luyssen 

Fix for Debian Package Description

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h at gmail.com>

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=8b79091a26673fb11370fefb9589651ee9f6ee22
---

 CMakeLists.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e248c24..2fc45f1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -161,8 +161,8 @@ SET(CPACK_PACKAGE_NAME ${PROJECT_NAME_SHORT})
 SET(CPACK_PACKAGE_VERSION ${PROJECT_VERSION})
 # Force package name
 SET(CPACK_PACKAGE_FILE_NAME ${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}-${CPACK_SYSTEM_NAME})
-SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "VideoLan Movie Creator")
-SET(CPACK_PACKAGE_DESCRIPTION 
+SET(CPACK_PACKAGE_DESCRIPTION "VideoLan Movie Creator")
+SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY  
 "VLMC \n VideoLAN Movie Creator is a cross-platform, non-linear video editing software based on the VLC Media Player.")
 SET(CPACK_PACKAGE_VENDOR "VLMC Team")
 SET(CPACK_PACKAGE_CONTACT "vlmc-devel at videolan.org")



More information about the Vlmc-devel mailing list