diff --git a/tools/packaging/copyright b/tools/packaging/copyright new file mode 100644 index 00000000..89aed629 --- /dev/null +++ b/tools/packaging/copyright @@ -0,0 +1,29 @@ +This package was debianized by Christophe Benz + +It was downloaded from : http://www.weboob.org + +Upstream Authors: + Romain Bignon + Christophe Benz + +Copyright: + See each source file for effective copyright. + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-3'. diff --git a/tools/packaging/create_debian_package.sh b/tools/packaging/create_debian_package.sh index ff88c69e..3104e4d2 100755 --- a/tools/packaging/create_debian_package.sh +++ b/tools/packaging/create_debian_package.sh @@ -33,8 +33,7 @@ rm -f $TARGZ cd $TARGZ_DIRPATH ln -s $FILEPATH setup.py [ -f $MANIFEST_IN ] && ln -sf $MANIFEST_IN MANIFEST.in -# rm -f MANIFEST.in -python setup.py --command-packages=stdeb.command sdist_dsc --extra-cfg-file $SCRIPT_DIRPATH/stdeb.cfg +python setup.py --command-packages=stdeb.command sdist_dsc --extra-cfg-file $SCRIPT_DIRPATH/stdeb.cfg --copyright-file $SCRIPT_DIRPATH/copyright [ ! -d deb_dist/$TARGZ_DIRPATH ] && echo "deb_dist/$TARGZ_DIRPATH not found" && exit cd deb_dist/$TARGZ_DIRPATH dpkg-buildpackage -rfakeroot