Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 229 → Rev 230

/trunk/debian/patches/series
2,6 → 2,7
smartlink_rpath.patch
#make_variables_fpic.patch
#install.pike.patch
smartlink_verbose.patch
no_dump_modules.patch
dynamic_module_makefile.in-libgcc.patch
misplaced_MAXPATHLEN.patch
/trunk/debian/patches/smartlink_verbose.patch
0,0 → 1,13
Description: Make smartlink echo what it's doing to enable build log checking.
 
--- a/bin/smartlink
+++ b/bin/smartlink
@@ -200,7 +200,7 @@ case "$UNAME" in
;;
esac
-#echo $LINKER $LDOPTS
+echo $LINKER $LDOPTS
# exec $LINKER $LDOPTS
# Used to be exec, but Digital-Unix's stupid sh has buggy variable-expansion.
/trunk/debian/changelog
1,10 → 1,12
pike8.0 (8.0.28-4) unstable; urgency=medium
pike8.0 (8.0.28-4) unstable; urgency=low
 
* Update Homepage URL to http://pike.lysator.liu.se.
* freetype_2.6_typeof.patch (new): Fix FTBFS with Freetype 2.6.
* Replace dh_clean -k with dh_prep.
* Merge changes from 7.8.866-3 (except Kerberos modules are in
pike8.0-kerberos).
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 20 Sep 2015 18:42:20 +0200
-- Magnus Holmgren <holmgren@debian.org> Sun, 20 Sep 2015 20:05:50 +0200
 
pike8.0 (8.0.28-3) unstable; urgency=medium
 
34,6 → 36,28
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 15 Mar 2015 21:28:40 +0100
 
pike7.8 (7.8.866-4) unstable; urgency=medium
 
* Update Homepage URL to http://pike.lysator.liu.se.
* freetype_2.6_typeof.patch (new): Fix FTBFS with Freetype 2.6.
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 20 Sep 2015 18:13:55 +0200
 
pike7.8 (7.8.866-3) unstable; urgency=low
 
* debian/copyright: Delete paragraph about repacked upstream tarball,
which hasn't been the case since 7.8.700-1.
* debian/copyright: Update from COPYRIGHT.
* debian/copyright: Add reference to COMMITTERS.
* Add libgtksourceview2.0-dev as a build dependency to enable the
GTK2.SourceView module.
* Add heimdal-dev as a build dependency to enable the Kerberos and
GSSAPI modules. Move said modules to a new pike7.8-kerberos package.
* smartlink_verbose.patch: Make the smartlink script print the build
commands it's executing to allow build log checks.
 
-- Magnus Holmgren <holmgren@debian.org> Mon, 04 Aug 2014 22:32:03 +0200
 
pike7.8 (7.8.866-2) unstable; urgency=low
 
* Upload to unstable.
/trunk/debian/rules
89,10 → 89,6
$(error Version mismatch; buildid.txt: $(VERSION), debian/changelog: $(DEBVERSION))
endif
 
CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
 
# --with-lib-path is just to stop configure from adding all the
# standard library directories with -L as well as -R to LDFLAGS
CFARGS=$(CFARGSEXTRA) \
/trunk/debian/pike8.0-kerberos.install
0,0 → 1,2
usr/lib/pike?.?/modules/GSSAPI.so
usr/lib/pike?.?/modules/Kerberos.so
/trunk/debian/copyright
6,17 → 6,11
 
It was downloaded from http://pike.lysator.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
Copyright © 2000-2002 Roxen Internet Software AB
Copyright © 2002-2008 Department of Computer and Information Science,
Copyright © 2002-2009 Department of Computer and Information Science,
Linköping University
 
Pike refers to the source code, and any executables
51,6 → 45,9
Zlib detection and verification code
Copyright © 1995-1998 Jean-loup Gailly and Mark Adler
 
For a more complete list of contributors, see the COMMITTERS file or
the source code repository.
 
License:
 
The Pike source is distributed under GPL (GNU General Public License 2), LGPL
/trunk/debian/control
12,7 → 12,8
libgtk2.0-dev, libglade2-dev, libgtksourceview2.0-dev,
libfreetype6-dev, freeglut3-dev, libjpeg-dev,
libtiff-dev, librsvg2-dev (>= 2.7), libgnomeui-dev,
libfuse-dev, libfftw3-dev, libavahi-compat-libdnssd-dev
libfuse-dev, libfftw3-dev, libavahi-compat-libdnssd-dev,
heimdal-dev
Build-Conflicts: libutahglx-dev
Homepage: http://pike.lysator.liu.se/
Vcs-Svn: svn://anonscm.debian.org/pkg-pike/trunk
98,7 → 99,7
 
Package: pike8.0-full
Architecture: all
Depends: ${misc:Depends}, pike8.0 (= ${source:Version}), pike8.0-mysql (>= ${source:Version}), pike8.0-pg (>= ${source:Version}), pike8.0-odbc (>= ${source:Version}), pike8.0-sdl (>= ${source:Version}), pike8.0-gdbm (>= ${source:Version}), pike8.0-gtk (>= ${source:Version}), pike8.0-gl (>= ${source:Version}), pike8.0-sane (>= ${source:Version}), pike8.0-doc (= ${source:Version}), pike8.0-dev (>= ${source:Version}), pike8.0-svg (>= ${source:Version}), pike8.0-pcre (>= ${source:Version}), pike8.0-bzip2 (>= ${source:Version}), pike8.0-fuse (>= ${source:Version}), pike8.0-sqlite (>= ${source:Version}), pike8.0-dnssd (>= ${source:Version})
Depends: ${misc:Depends}, pike8.0 (= ${source:Version}), pike8.0-mysql (>= ${source:Version}), pike8.0-pg (>= ${source:Version}), pike8.0-odbc (>= ${source:Version}), pike8.0-sdl (>= ${source:Version}), pike8.0-gdbm (>= ${source:Version}), pike8.0-gtk (>= ${source:Version}), pike8.0-gl (>= ${source:Version}), pike8.0-sane (>= ${source:Version}), pike8.0-doc (= ${source:Version}), pike8.0-dev (>= ${source:Version}), pike8.0-svg (>= ${source:Version}), pike8.0-pcre (>= ${source:Version}), pike8.0-bzip2 (>= ${source:Version}), pike8.0-fuse (>= ${source:Version}), pike8.0-sqlite (>= ${source:Version}), pike8.0-dnssd (>= ${source:Version}), pike8.0-kerberos (>= ${source:Version})
Description: Metapackage for Pike 8.0
This package depends on all the components that make up the Pike
language distribution. It will pull in a LOT of packages the
265,3 → 266,15
Pike is an interpreted programming language, for more information
see the description of the pike8.0-core package.
 
Package: pike8.0-kerberos
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
Replaces: pike8.0-core (<< 8.0.28-4~)
Breaks: pike8.0-core (<< 8.0.28-4~)
Description: Kerberos and GSSAPI modules for Pike
This package contains the Kerberos and GSSAPI Pike modules (although
GSSAPI is a generic API; Kerberos is the most common mechanism),
providing bindings to the Heimdal libraries.
.
Pike is an interpreted programming language, for more information
see the description of the pike8.0-core package.
/trunk/.
Property changes:
Modified: svn:mergeinfo
## -0,0 +0,1 ##
Merged /branches/7.8-stable:r200-229