From 47efabcb4e6000c2e73b8dec7dc183a20c8eea1f Mon Sep 17 00:00:00 2001 From: "gregory.hainaut" Date: Sun, 11 Jul 2010 11:05:25 +0000 Subject: [PATCH] [debian] Remove useless CDVDnull files of the source package. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3461 96395faa-99c1-11dd-bbfe-3dabce05a288 --- debian-unstable-upstream/copyright | 2 +- .../create_pcsx2_tarball_from_svn_repository.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian-unstable-upstream/copyright b/debian-unstable-upstream/copyright index 0a700cce54..57d75fbf88 100644 --- a/debian-unstable-upstream/copyright +++ b/debian-unstable-upstream/copyright @@ -34,7 +34,7 @@ On Debian systems, the complete text of the GNU Lesser General Public License version 3 can be found in "/usr/share/common-licenses/LGPL-3". -Files: pcsx2/Mdec.cpp, pcsx2/Mdec.h, pcsx2/RDebug/deci2_drfp.cpp, pcsx2/IPU/mpeg2lib/*, pcsx2/cheatscpp.h, common/include/api/*, plugins/onepad/*, plugins/PadNull/Linux/*, plugins/SPU2null/*, plugins/FWnull/FW.cpp, plugins/zerospu2/*, plugins/CDVDnull/Linux/*, plugins/zzogl-pg/*, plugins/GSnull/Registers.h, plugins/GSnull/Linux/Linux*, plugins/GSnull/Linux/Config*, plugins/dev9null/DEV9.h, plugins/dev9null/Config.* +Files: pcsx2/Mdec.cpp, pcsx2/Mdec.h, pcsx2/RDebug/deci2_drfp.cpp, pcsx2/IPU/mpeg2lib/*, pcsx2/cheatscpp.h, common/include/api/*, plugins/onepad/*, plugins/PadNull/Linux/*, plugins/SPU2null/*, plugins/FWnull/FW.cpp, plugins/zerospu2/*, plugins/zzogl-pg/*, plugins/GSnull/Registers.h, plugins/GSnull/Linux/Linux*, plugins/GSnull/Linux/Config*, plugins/dev9null/DEV9.h, plugins/dev9null/Config.* License: GPL-2+ This program is free software: you can redistribute it and/or modify diff --git a/debian-unstable-upstream/create_pcsx2_tarball_from_svn_repository.sh b/debian-unstable-upstream/create_pcsx2_tarball_from_svn_repository.sh index 66f993a346..14ef3f2fbe 100755 --- a/debian-unstable-upstream/create_pcsx2_tarball_from_svn_repository.sh +++ b/debian-unstable-upstream/create_pcsx2_tarball_from_svn_repository.sh @@ -115,8 +115,6 @@ find $NEW_DIR -name "configure.ac" -exec rm -f {} \; find $NEW_DIR -name "Makefile.am" -exec rm -f {} \; echo "Remove 3rd party directory" find $NEW_DIR -name "3rdparty" -exec rm -fr {} \; 2> /dev/null -# echo "Remove plugins/zzogl-pg/opengl/ZeroGSShaders (some zlib source in the middle)" -# rm -fr $NEW_DIR/plugins/zzogl-pg/opengl/ZeroGSShaders echo "Remove windows file (useless & copyright issue)" find $NEW_DIR -iname "windows" -exec rm -fr {} \; 2> /dev/null rm -fr "${NEW_DIR}/plugins/zzogl-pg/opengl/Win32" @@ -125,6 +123,7 @@ rm -fr "${NEW_DIR}/common/vsprops" echo "Remove useless file (copyright issue)" rm -fr "${NEW_DIR}/plugins/zzogl-pg/opengl/ZeroGSShaders/zlib" rm -fr "${NEW_DIR}/common/src/Utilities/x86/MemcpyFast.cpp" +rm -fr "${NEW_DIR}/plugins/CDVDnull/Linux" ## BUILD