Subversion Repositories pike

Compare Revisions

Regard 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),
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