add copyright file
This commit is contained in:
parent
b41d8540ef
commit
1fcb67a0b3
2 changed files with 30 additions and 2 deletions
29
tools/packaging/copyright
Normal file
29
tools/packaging/copyright
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
This package was debianized by Christophe Benz <christophe.benz@gmail.com>
|
||||||
|
|
||||||
|
It was downloaded from : http://www.weboob.org
|
||||||
|
|
||||||
|
Upstream Authors:
|
||||||
|
Romain Bignon <weboob@lists.symlink.me>
|
||||||
|
Christophe Benz <weboob@lists.symlink.me>
|
||||||
|
|
||||||
|
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'.
|
||||||
|
|
@ -33,8 +33,7 @@ rm -f $TARGZ
|
||||||
cd $TARGZ_DIRPATH
|
cd $TARGZ_DIRPATH
|
||||||
ln -s $FILEPATH setup.py
|
ln -s $FILEPATH setup.py
|
||||||
[ -f $MANIFEST_IN ] && ln -sf $MANIFEST_IN MANIFEST.in
|
[ -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 --copyright-file $SCRIPT_DIRPATH/copyright
|
||||||
python setup.py --command-packages=stdeb.command sdist_dsc --extra-cfg-file $SCRIPT_DIRPATH/stdeb.cfg
|
|
||||||
[ ! -d deb_dist/$TARGZ_DIRPATH ] && echo "deb_dist/$TARGZ_DIRPATH not found" && exit
|
[ ! -d deb_dist/$TARGZ_DIRPATH ] && echo "deb_dist/$TARGZ_DIRPATH not found" && exit
|
||||||
cd deb_dist/$TARGZ_DIRPATH
|
cd deb_dist/$TARGZ_DIRPATH
|
||||||
dpkg-buildpackage -rfakeroot
|
dpkg-buildpackage -rfakeroot
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue