Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 230 → Rev 229

/trunk/debian/pike8.0-kerberos.install
File deleted
/trunk/debian/changelog
1,12 → 1,10
pike8.0 (8.0.28-4) unstable; urgency=low
pike8.0 (8.0.28-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.
* 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 20:05:50 +0200
-- Magnus Holmgren <holmgren@debian.org> Sun, 20 Sep 2015 18:42:20 +0200
 
pike8.0 (8.0.28-3) unstable; urgency=medium
 
36,28 → 34,6
 
-- 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,6 → 89,10
$(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/patches/smartlink_verbose.patch
File deleted
/trunk/debian/patches/series
2,7 → 2,6
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/copyright
6,11 → 6,17
 
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-2009 Department of Computer and Information Science,
Copyright © 2002-2008 Department of Computer and Information Science,
Linköping University
 
Pike refers to the source code, and any executables
45,9 → 51,6
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,8 → 12,7
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,
heimdal-dev
libfuse-dev, libfftw3-dev, libavahi-compat-libdnssd-dev
Build-Conflicts: libutahglx-dev
Homepage: http://pike.lysator.liu.se/
Vcs-Svn: svn://anonscm.debian.org/pkg-pike/trunk
99,7 → 98,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}), pike8.0-kerberos (>= ${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})
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
266,15 → 265,3
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,1 +0,0 ##
Reverse-merged /branches/7.8-stable:r200-229