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 2721d 13h holmgren /branches/7.8-stable/debian/ Build-Depend on default-libmysqlclient-dev instead of
libmysqlclient-dev.
 
256 2759d 03h holmgren /branches/7.8-stable/debian/ Spelling.  
255 2759d 03h holmgren /branches/7.8-stable/debian/ Build against libkrb5-dev instead of heimdal-dev (Closes: #806264,
#836683). (Not bothering with -multidev right now.)
 
254 2759d 12h holmgren /branches/7.8-stable/debian/ Bump Standards-Version to 3.9.8.  
253 2759d 12h 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 2759d 13h 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 3072d 13h holmgren /branches/7.8-stable/debian/ Adjust debian/watch.  
236 3072d 13h holmgren /branches/7.8-stable/debian/ clang_inline.patch: Fix FTBFS on i386 (probably due to changed meaning
of inline with GCC 5).
 
233 3134d 13h holmgren /branches/7.8-stable/debian/ Bump Standards-Version to 3.9.6.  
232 3134d 13h holmgren /branches/7.8-stable/debian/ Replace dh_clean -k with dh_prep.  
231 3134d 13h 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 3134d 17h holmgren /branches/7.8-stable/debian/ freetype_2.6_typeof.patch (new): Fix FTBFS with Freetype 2.6.  
225 3134d 17h holmgren /branches/7.8-stable/debian/ Update Homepage URL to http://pike.lysator.liu.se.  
209 3546d 13h 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 3546d 13h 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 3546d 13h holmgren /branches/7.8-stable/debian/ Delete unused CFLAGS, CPPFLAGS, and LDFLAGS variables.  
206 3546d 16h holmgren /branches/7.8-stable/debian/ Add libgtksourceview2.0-dev as a build dependency to enable the
GTK2.SourceView module.
 
205 3546d 16h holmgren /branches/7.8-stable/debian/ debian/copyright: Add reference to COMMITTERS.  
204 3546d 16h holmgren /branches/7.8-stable/debian/ debian/copyright: Update from COPYRIGHT.  
203 3546d 16h 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 3548d 13h holmgren /branches/7.8-stable/debian/patches/ Actually delete dropped patches.  
195 3548d 13h 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 3548d 14h holmgren /branches/7.8-stable/debian/ Use dh_installdocs --link-doc to create doc symlinks in module
packages.
 
192 3548d 15h 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 3548d 17h holmgren /branches/7.8-stable/debian/ Spelling  
189 3548d 17h holmgren /branches/7.8-stable/debian/ Correct Vcs-SvnU URI again - should use anonscm.debian.org.  
188 3548d 17h holmgren /branches/7.8-stable/debian/ Correct watch URL.  
187 3548d 17h holmgren /branches/7.8-stable/ Merge beta/experimental commits.  
181 3650d 16h holmgren /branches/7.8-stable/ Merge changes from trunk.  
147 4317d 15h holmgren /branches/7.8-stable/debian/ Close bug too.  
146 4317d 15h holmgren /branches/7.8-stable/debian/ Correct Replaces/Breaks for the move of files in -6.  
144 4318d 13h holmgren /branches/7.8-stable/debian/ Include the 7.0 compat Colors module in -image.  
143 4318d 14h holmgren /branches/7.8-stable/debian/ Add entry to debian/NEWS and fix format of previous entry.  
142 4318d 14h holmgren /branches/7.8-stable/debian/ Avoid errors when dumping modules by processing the module directories
(main and compatibility) separately.
 
141 4318d 15h holmgren /branches/7.8-stable/debian/ End with newlinw.  
140 4318d 15h holmgren /branches/7.8-stable/debian/ Link with --as-needed.  
139 4318d 15h 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 4318d 16h holmgren /branches/7.8-stable/debian/ The dev package is already included in MODULE_PACKAGES.  
137 4318d 17h 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 4318d 17h 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).