Subversion Repositories

?revision_form?
Rev ?revision_input??revision_submit?
?revision_endform?

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
260 2728d 09h holmgren /branches/7.8-stable/debian/ Build-Depend on default-libmysqlclient-dev instead of
libmysqlclient-dev.
 
256 2765d 23h holmgren /branches/7.8-stable/debian/ Spelling.  
255 2765d 23h holmgren /branches/7.8-stable/debian/ Build against libkrb5-dev instead of heimdal-dev (Closes: #806264,
#836683). (Not bothering with -multidev right now.)
 
254 2766d 08h holmgren /branches/7.8-stable/debian/ Bump Standards-Version to 3.9.8.  
253 2766d 08h holmgren /branches/7.8-stable/debian/ Make the build target depend on both build-arch and build-indep, as it should. I cheated because previously the autobuilders wouldn't make build-arch, so we gained nothing.  
252 2766d 09h holmgren /branches/7.8-stable/debian/ disable_peephole_opt_integer_overflow.patch: Disable peep some hole
optimizer rules that weren't protected against negation overflow,
causing an infinite loop when building the GL module (Closes:
#836673).
 
237 3079d 09h holmgren /branches/7.8-stable/debian/ Adjust debian/watch.  
236 3079d 09h holmgren /branches/7.8-stable/debian/ clang_inline.patch: Fix FTBFS on i386 (probably due to changed meaning
of inline with GCC 5).
 
233 3141d 08h holmgren /branches/7.8-stable/debian/ Bump Standards-Version to 3.9.6.  
232 3141d 08h holmgren /branches/7.8-stable/debian/ Replace dh_clean -k with dh_prep.  
231 3141d 08h holmgren /branches/7.8-stable/debian/ smartlink_rpath.patch: Match all Linux versions. Skip patching
smartlink.c since we've disabled it with --disable-smartlink_binary.
 
226 3141d 13h holmgren /branches/7.8-stable/debian/ freetype_2.6_typeof.patch (new): Fix FTBFS with Freetype 2.6.  
225 3141d 13h holmgren /branches/7.8-stable/debian/ Update Homepage URL to http://pike.lysator.liu.se.  
209 3553d 08h holmgren /branches/7.8-stable/debian/ smartlink_verbose.patch: Make the smartlink script print the build
commands it's executing to allow build log checks.
 
208 3553d 08h holmgren /branches/7.8-stable/debian/ Add heimdal-dev as a build dependency to enable the Kerberos and
GSSAPI modules. Move said modules to a new pike7.8-kerberos package.
 
207 3553d 09h holmgren /branches/7.8-stable/debian/ Delete unused CFLAGS, CPPFLAGS, and LDFLAGS variables.  
206 3553d 11h holmgren /branches/7.8-stable/debian/ Add libgtksourceview2.0-dev as a build dependency to enable the
GTK2.SourceView module.
 
205 3553d 11h holmgren /branches/7.8-stable/debian/ debian/copyright: Add reference to COMMITTERS.  
204 3553d 11h holmgren /branches/7.8-stable/debian/ debian/copyright: Update from COPYRIGHT.  
203 3553d 12h holmgren /branches/7.8-stable/debian/ debian/copyright: Delete paragraph about repacked upstream tarball,
which hasn't been the case since 7.8.700-1.
 
196 3555d 09h holmgren /branches/7.8-stable/debian/patches/ Actually delete dropped patches.  
195 3555d 09h holmgren /branches/7.8-stable/debian/ Replace GPL and LGPL license texts used by Tools.Legal.License with
symlinks to corresponding files in /usr/share/common-licenses.
Override remaining Lintian warnings about GPL.pmod and LGPL.pmod,
which do not include the license texts themselves.
 
194 3555d 10h holmgren /branches/7.8-stable/debian/ Use dh_installdocs --link-doc to create doc symlinks in module
packages.
 
192 3555d 11h holmgren /branches/7.8-stable/debian/ bad_size_t_redef.patch: Fix undefined behaviour/buffer overruns in
module _Image_JPEG on 64-bit architectures due to broken redefinition
of size_t (Closes: #750430).
 
190 3555d 12h holmgren /branches/7.8-stable/debian/ Spelling  
189 3555d 13h holmgren /branches/7.8-stable/debian/ Correct Vcs-SvnU URI again - should use anonscm.debian.org.  
188 3555d 13h holmgren /branches/7.8-stable/debian/ Correct watch URL.  
187 3555d 13h holmgren /branches/7.8-stable/ Merge beta/experimental commits.  
181 3657d 12h holmgren /branches/7.8-stable/ Merge changes from trunk.  
147 4324d 11h holmgren /branches/7.8-stable/debian/ Close bug too.  
146 4324d 11h holmgren /branches/7.8-stable/debian/ Correct Replaces/Breaks for the move of files in -6.  
144 4325d 09h holmgren /branches/7.8-stable/debian/ Include the 7.0 compat Colors module in -image.  
143 4325d 09h holmgren /branches/7.8-stable/debian/ Add entry to debian/NEWS and fix format of previous entry.  
142 4325d 10h holmgren /branches/7.8-stable/debian/ Avoid errors when dumping modules by processing the module directories
(main and compatibility) separately.
 
141 4325d 10h holmgren /branches/7.8-stable/debian/ End with newlinw.  
140 4325d 11h holmgren /branches/7.8-stable/debian/ Link with --as-needed.  
139 4325d 11h holmgren /branches/7.8-stable/debian/ Move the Graphics, Colors, and Protocols.X.XImage module to the -image
package, as those modules require the Image module. Likewise move the
pmar_install standalone tool to the -dev package.
 
138 4325d 11h holmgren /branches/7.8-stable/debian/ The dev package is already included in MODULE_PACKAGES.  
137 4325d 12h holmgren /branches/7.8-stable/debian/ Might be safer to append to debian/$package.prerm.debhelper. I don't know what the dh programs might install there.  
136 4325d 12h holmgren /branches/7.8-stable/debian/ Add to each module package a prerm script that deletes .o files for
that package to avoid leaving empty directories around (Closes:
#669955).