Author: rhonda Date: 2011-09-12 11:07:58 +0000 (Mon, 12 Sep 2011) New Revision: 12671
Modified: packages/trunk/fillets-ng/debian/changelog packages/trunk/fillets-ng/debian/control packages/trunk/fillets-ng/debian/copyright packages/trunk/fillets-ng/debian/rules Log: fillets-ng (1.0.1-1) unstable; urgency=low * New upstream release. * Bump to Standards-Version 3.9.2. * Switch from BSD license to WTFPLv2. * Add recommended targets build-arch and build-indep to debian/rules. * Change Depends on fillets-ng-data to >= 1.0.0 to allow backports. Modified: packages/trunk/fillets-ng/debian/changelog =================================================================== --- packages/trunk/fillets-ng/debian/changelog 2011-09-11 22:40:35 UTC (rev 12670) +++ packages/trunk/fillets-ng/debian/changelog 2011-09-12 11:07:58 UTC (rev 12671) @@ -1,3 +1,13 @@ +fillets-ng (1.0.1-1) unstable; urgency=low + + * New upstream release. + * Bump to Standards-Version 3.9.2. + * Switch from BSD license to WTFPLv2. + * Add recommended targets build-arch and build-indep to debian/rules. + * Change Depends on fillets-ng-data to >= 1.0.0 to allow backports. + + -- Gerfried Fuchs <[email protected]> Mon, 12 Sep 2011 12:59:53 +0200 + fillets-ng (1.0.0-1) unstable; urgency=low * New upstream release. Modified: packages/trunk/fillets-ng/debian/control =================================================================== --- packages/trunk/fillets-ng/debian/control 2011-09-11 22:40:35 UTC (rev 12670) +++ packages/trunk/fillets-ng/debian/control 2011-09-12 11:07:58 UTC (rev 12671) @@ -7,14 +7,14 @@ libsdl-mixer1.2-dev (>= 1.2.4-3), libsdl-image1.2-dev, libsdl-ttf2.0-dev, liblualib50-dev, libx11-dev, sharutils, libfribidi-dev, pkg-config, autotools-dev -Standards-Version: 3.9.1 +Standards-Version: 3.9.2 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fillets-ng/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/fillets-ng/?op=log Homepage: http://fillets.sourceforge.net/ Package: fillets-ng Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, fillets-ng-data (>= 1.0.0-1) +Depends: ${misc:Depends}, ${shlibs:Depends}, fillets-ng-data (>= 1.0.0) Suggests: fillets-ng-data-cs (>= 1.0.0) | fillets-ng-data-nl (>= 1.0.0) Conflicts: fillets-ng-data-cs (<< 1.0.0) Replaces: fillets-ng-data (<= 0.7.1-1) Modified: packages/trunk/fillets-ng/debian/copyright =================================================================== --- packages/trunk/fillets-ng/debian/copyright 2011-09-11 22:40:35 UTC (rev 12670) +++ packages/trunk/fillets-ng/debian/copyright 2011-09-12 11:07:58 UTC (rev 12671) @@ -2,8 +2,23 @@ Mon, 10 May 2004 17:12:37 +0200. It was maintained over time by: fabian linzberger <[email protected]>, Alexander Schmehl <[email protected]> and Gerfried Fuchs <[email protected]>. The license of the packaging is -BSD style, see /usr/share/common-licenses/BSD +under WTFPLv2: + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2002-2010 Gerfried Fuchs + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. + + It was downloaded from http://fillets.sourceforge.net Upstream Authors: Modified: packages/trunk/fillets-ng/debian/rules =================================================================== --- packages/trunk/fillets-ng/debian/rules 2011-09-11 22:40:35 UTC (rev 12670) +++ packages/trunk/fillets-ng/debian/rules 2011-09-12 11:07:58 UTC (rev 12671) @@ -31,7 +31,9 @@ CFLAGS="$(CFLAGS)" LDFLAGS=-lX11 ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --bindir=\$${prefix}/games --datarootdir=\$${prefix}/share -build: build-stamp +build: build-arch build-indep +build-arch: build-stamp +build-indep: build-stamp build-stamp: config.status dh_testdir _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

