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
257 2718d 00h holmgren /tags/7.8.866-6/ [svn-buildpackage] Tagging pike7.8 7.8.866-6  
254 2736d 23h holmgren /branches/7.8-stable/debian/ Bump Standards-Version to 3.9.8.  
253 2736d 23h 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 2736d 23h 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 3050d 00h holmgren /branches/7.8-stable/debian/ Adjust debian/watch.  
236 3050d 00h holmgren /branches/7.8-stable/debian/ clang_inline.patch: Fix FTBFS on i386 (probably due to changed meaning
of inline with GCC 5).
 
233 3111d 23h holmgren /branches/7.8-stable/debian/ Bump Standards-Version to 3.9.6.  
232 3111d 23h holmgren /branches/7.8-stable/debian/ Replace dh_clean -k with dh_prep.  
231 3111d 23h 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 3112d 03h holmgren /branches/7.8-stable/debian/ freetype_2.6_typeof.patch (new): Fix FTBFS with Freetype 2.6.  
225 3112d 03h holmgren /branches/7.8-stable/debian/ Update Homepage URL to http://pike.lysator.liu.se.  
209 3523d 23h 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 3523d 23h 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 3524d 00h holmgren /branches/7.8-stable/debian/ Delete unused CFLAGS, CPPFLAGS, and LDFLAGS variables.  
206 3524d 02h holmgren /branches/7.8-stable/debian/ Add libgtksourceview2.0-dev as a build dependency to enable the
GTK2.SourceView module.
 
205 3524d 02h holmgren /branches/7.8-stable/debian/ debian/copyright: Add reference to COMMITTERS.  
204 3524d 02h holmgren /branches/7.8-stable/debian/ debian/copyright: Update from COPYRIGHT.  
203 3524d 02h 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 3525d 23h holmgren /branches/7.8-stable/debian/patches/ Actually delete dropped patches.  
195 3526d 00h 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 3526d 00h holmgren /branches/7.8-stable/debian/ Use dh_installdocs --link-doc to create doc symlinks in module
packages.
 
192 3526d 02h 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 3526d 03h holmgren /branches/7.8-stable/debian/ Spelling  
189 3526d 03h holmgren /branches/7.8-stable/debian/ Correct Vcs-SvnU URI again - should use anonscm.debian.org.  
188 3526d 03h holmgren /branches/7.8-stable/debian/ Correct watch URL.  
187 3526d 03h holmgren /branches/7.8-stable/ Merge beta/experimental commits.  
181 3628d 03h holmgren /branches/7.8-stable/ Merge changes from trunk.  
147 4295d 02h holmgren /branches/7.8-stable/debian/ Close bug too.  
146 4295d 02h holmgren /branches/7.8-stable/debian/ Correct Replaces/Breaks for the move of files in -6.  
144 4296d 00h holmgren /branches/7.8-stable/debian/ Include the 7.0 compat Colors module in -image.  
143 4296d 00h holmgren /branches/7.8-stable/debian/ Add entry to debian/NEWS and fix format of previous entry.  
142 4296d 00h holmgren /branches/7.8-stable/debian/ Avoid errors when dumping modules by processing the module directories
(main and compatibility) separately.
 
141 4296d 01h holmgren /branches/7.8-stable/debian/ End with newlinw.  
140 4296d 01h holmgren /branches/7.8-stable/debian/ Link with --as-needed.  
139 4296d 01h 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 4296d 02h holmgren /branches/7.8-stable/debian/ The dev package is already included in MODULE_PACKAGES.  
137 4296d 03h 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 4296d 03h 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).
 
134 4297d 00h holmgren /branches/7.8-stable/debian/ * Build with -O1 on i386 (Closes: #640818).
* smartlink_rpath.patch: Update to recognize Linux 3.x.
* Use dpkg-buildflags to set CFLAGS etc.
* Some cleanup in debian/rules.
 
127 4757d 02h holmgren /branches/7.8-stable/debian/ README.source can be dropped after source format change.