Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 38 → Rev 37

/trunk/debian/patches/12_perl_init.dpatch
File deleted
Property changes:
Deleted: svn:executable
## -1 +0,0 ##
-*
\ No newline at end of property
Index: trunk/debian/patches/00list
===================================================================
--- trunk/debian/patches/00list (revision 38)
+++ trunk/debian/patches/00list (revision 37)
@@ -5,4 +5,3 @@
07_dynamic_module_makefile.in-libgcc
10_misplaced_MAXPATHLEN
11_pthread_stub
-12_perl_init
Index: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog (revision 38)
+++ trunk/debian/changelog (revision 37)
@@ -1,22 +1,3 @@
-pike7.6 (7.6.112-4) unstable; urgency=low
-
- * 12_perl_init.dpatch: Don't use .bak as filename extension for the
- original of the patched file (Closes: #512539). Thanks to Robert
- Millan for spotting this.
- * pike7.6-core.postinst: Don't use absolute path to call
- update-alternatives (Closes: #510941).
-
- -- Magnus Holmgren <holmgren@debian.org> Sun, 25 Jan 2009 21:58:33 +0100
-
-pike7.6 (7.6.112-3) unstable; urgency=medium
-
- * 12_perl_init.dpatch (new): Fix silent build failure on hppa (Closes:
- #486066). Thanks to Niko Tyni.
- * Correct co-maintainer email address.
- * Correct spelling in package descriptions.
-
- -- Magnus Holmgren <holmgren@debian.org> Tue, 24 Jun 2008 20:22:18 +0200
-
pike7.6 (7.6.112-2) unstable; urgency=low
* Increase Standards-Version to 3.7.3:
/trunk/debian/control
2,7 → 2,7
Section: interpreters
Priority: optional
Maintainer: Magnus Holmgren <holmgren@debian.org>
Uploaders: Henrik Andreasson <debian@han.pp.se>
Uploaders: Henrik Andreasson <pike@han.pp.se>
Standards-Version: 3.7.3
Build-Depends: debhelper (>> 4.0.0), dpatch, bison, sharutils, bc,
libgmp3-dev, libnettle-dev (>= 1.14),
37,8 → 37,8
Depends: pike7.6-core (>= ${source:Version}), pike7.6-image (>= ${source:Version}), pike7.6-gdbm (>= ${source:Version})
Recommends: pike7.6-doc (>= ${source:Version})
Suggests: pike7.6-mysql (>= ${source:Version}), pike7.6-pg (>= ${source:Version}), pike7.6-dev (>= ${source:Version})
Description: Recommended metapackage for Pike 7.6
This is a metapackage which depends upon several other Pike
Description: Recommended meta package for Pike 7.6
This is a meta package which depends upon several other Pike
packages that together make up the recommended Pike installation.
If you want to install every packaged component of the Pike
distribution, please install the pike7.6-meta package.
88,7 → 88,7
Architecture: all
Section: doc
Depends: pike7.6-manual (>= ${source:Version}), pike7.6-reference (>= ${source:Version})
Description: Pike 7.6 documentation metapackage
Description: Pike 7.6 documentation meta package
This package depends upon all the Pike 7.6 documentation
packages. Note that the download and installation sizes might be very
large.
100,7 → 100,7
Package: pike7.6-meta
Architecture: all
Depends: pike7.6 (>= ${source:Version}), pike7.6-mysql (>= ${source:Version}), pike7.6-pg (>= ${source:Version}), pike7.6-odbc (>= ${source:Version}), pike7.6-image (>= ${source:Version}), pike7.6-sdl (>= ${source:Version}), pike7.6-gdbm (>= ${source:Version}), pike7.6-gl (>= ${source:Version}), pike7.6-sane (>= ${source:Version}), pike7.6-doc (>= ${source:Version}), pike7.6-dev (>= ${source:Version}), pike7.6-perl (>= ${source:Version}), pike7.6-svg (>= ${source:Version}), pike7.6-pcre (>= ${source:Version}), pike7.6-bzip2 (>= ${source:Version})
Description: Metapackage for Pike 7.6
Description: Meta package for Pike 7.6
This package depends on all the components that make up the Pike
language distribution. It will pull in a LOT of packages the
Pike components depend upon (including XFree libraries, GTK+, GNOME)!
218,7 → 218,7
Architecture: any
Depends: ${shlibs:Depends}, pike7.6-core (= ${binary:Version})
Description: PCRE module for Pike
This Pike module enables one to use the PCRE (Perl-compatible regular
This Pike module enables one to use the PCRE (Perl regular
expressions) from within Pike programs.
.
Pike is an interpreted programming language, for more information
/trunk/debian/pike7.6-core.postinst
32,7 → 32,7
 
case "$1" in
configure)
update-alternatives --install /usr/bin/pike pike /usr/bin/${PIKEBIN} 10 \
/usr/sbin/update-alternatives --install /usr/bin/pike pike /usr/bin/${PIKEBIN} 10 \
--slave /usr/share/man/man1/pike.1.gz pike.1.gz /usr/share/man/man1/${PIKEBIN}.1.gz
#
# If the creation fails, so be it, user might have the filesystem mounted r/o