Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 76 → Rev 77

/trunk/debian/watch
1,3 → 1,4
version=3
 
opts=dversionmangle=s/-dfsg$// \
http://pike.ida.liu.se/download/pub/pike/all/(7\.8\.\d+)/ .*/Pike-v(7\.8\.\d+)\.tar\.gz
/trunk/debian/changelog
1,6 → 1,7
pike7.8 (7.8.316-1) experimental; urgency=low
pike7.8 (7.8.316-dfsg-1) experimental; urgency=low
 
* New upstream release.
* 'bundles' subdirectory deleted from upstream tarball.
* Skip the pike -x module fix; it doesn't seem necessary and was also
currently broken.
* Switch to Nettle 2.0 (Build-Depend on nettle-dev instead of
21,7 → 22,7
* Use $(filter) instead of $(findstring) to parse DEB_BUILD_OPTIONS.
* Increase Standards-Version to 3.8.3.
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 23 Aug 2009 19:44:28 +0200
-- Magnus Holmgren <holmgren@debian.org> Fri, 11 Sep 2009 20:56:49 +0200
 
pike7.8 (7.8.116-1) experimental; urgency=low
 
/trunk/debian/copyright
6,6 → 6,12
 
It was downloaded from http://pike.ida.liu.se/download/pub/pike/
 
The upstream tarball has been repacked without the 'bundles'
subdirectory, which contains redundant copies of some libraries, to
avoid shipping some non-DFSG-compliant bits (see the gmp package) and
having to include the copyright information and licenses of those
libraries.
 
Copyright © 1994-1996 Fredrik Hübinette
Copyright © 1996-1997 Informationsvävarna AB
Copyright © 1997-2000 Idonex AB
47,8 → 53,8
 
License:
 
The Pike source is distributed under GPL (GNU General Public License 2), LGPL
(GNU Lesser General Public License 2.1) and MPL (Mozilla Public License 1.1).
The Pike source is distributed under GPL (GNU General Public License 2), LGPL
(GNU Lesser General Public License 2.1) and MPL (Mozilla Public License 1.1).
 
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-2'.