/trunk/debian/control |
---|
14,7 → 14,7 |
freeglut3-dev, libjpeg-dev, libtiff4-dev, librsvg2-dev (>= 2.7), libpng12-dev |
Build-Conflicts: libutahglx-dev |
Homepage: http://pike.ida.liu.se/ |
Vcs-Svn: svn://svn.kibibyte.se/pike/trunk |
Vcs-Svn: svn://svn.kibibyte.se/pike/branches/7.6 |
Vcs-Browser: http://svn.kibibyte.se/pike |
Package: pike7.6-core |
/trunk/debian/watch |
---|
1,3 → 1,4 |
version=3 |
http://pike.ida.liu.se/download/pub/pike/latest-stable/ .*/Pike-v(.*)\.tar\.gz |
http://pike.ida.liu.se/download/pub/pike/beta/7.6.116/ .*/Pike-v(.*)\.tar\.gz |
http://pike.ida.liu.se/download/pub/pike/beta/(7\.6\.\d+)/ .*/Pike-v(.*)\.tar\.gz |
/trunk/debian/changelog |
---|
1,3 → 1,14 |
pike7.6 (7.6.116-1) experimental; urgency=low |
* The latest downloadable "beta" release of the 7.6 branch. |
* Modify debian/watch to track the beta download directory. |
* Update debian/copyright. |
* debian/rules: Modify quoting of strings inside the long string of |
configure arguments. |
* debian/control: Adjust Vcs-Svn field. |
-- Magnus Holmgren <holmgren@debian.org> Sat, 17 May 2008 16:59:04 +0200 |
pike7.6 (7.6.112-4) unstable; urgency=low |
* 12_perl_init.dpatch: Don't use .bak as filename extension for the |
/trunk/debian/rules |
---|
23,6 → 23,9 |
DEB_BUILD_ARCH=$(shell dpkg-architecture -qDEB_BUILD_ARCH) |
endif |
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) |
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) |
CFLAGS_EXTRA = -g |
CPPFLAGS_EXTRA = -DDEBIAN |
86,8 → 89,8 |
endif |
CFARGS=$(CFARGSEXTRA) \ |
--with-cflags=\\'$(CFLAGS_EXTRA)\\' \ |
--with-cppflags=\\'$(CPPFLAGS_EXTRA)\\' \ |
--with-cflags='$(CFLAGS_EXTRA)' \ |
--with-cppflags='$(CPPFLAGS_EXTRA)' \ |
--with-bignums \ |
--with-gmp \ |
--with-poll \ |
/trunk/debian/copyright |
---|
10,9 → 10,43 |
Copyright © 1996-1997 Informationsvävarna AB |
Copyright © 1997-2000 Idonex AB |
Copyright © 2000-2002 Roxen Internet Software AB |
Copyright © 2002 Department of Computer and Information Science, |
Copyright © 2002-2007 Department of Computer and Information Science, |
Linköping University |
Pike refers to the source code, and any executables |
created from the same source code. Parts of other |
copyrighted works are included in Pike, in accordance |
with their respective conditions for distribution. |
Doug Lea's Malloc |
Copyright © 1987-2005 Doug Lea |
Emacs font lock definitions |
Copyright © 2002 Martin Stjernholm |
IDEA encryption and decryption code |
Copyright © Xuejia Lai |
JPEG transform code |
Copyright © 1991-1998, Thomas G. Lane, Independent JPEG Group |
MD5 password hash code |
Copyright © Poul-Henning Kamp |
Regular expression matching code |
Copyright © 1986 by University of Toronto. |
TrueVision Targa code |
Copyright © 1997 Raphael FRANCOIS and Gordon Matzigkeit |
Unicode Character Database |
Copyright © 1991-2004 Unicode, Inc. |
Zlib detection and verification code |
Copyright © 1995-1998 Jean-loup Gailly and Mark Adler |
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). |