Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 291 → Rev 292

/trunk/debian/changelog
1,6 → 1,8
pike8.0 (8.0.610-1) unstable; urgency=low
 
* New upstream release.
* New package pike8.0-web-sass for the new Web.Sass module, which links
with libsass.
* Drop misplaced_MAXPATHLEN.patch; obsolete.
* Drop support for GTK+ 2 (Closes: #885673).
* no_nostartfiles.patch: Don't use -nostartfiles when linking shared
/trunk/debian/control
13,7 → 13,7
libfreetype6-dev, freeglut3-dev, libjpeg-dev,
libtiff-dev, librsvg2-dev (>= 2.7),
libfuse-dev, libfftw3-dev, libavahi-compat-libdnssd-dev,
libkrb5-dev
libkrb5-dev, libsass-dev
Build-Conflicts: libutahglx-dev
Homepage: http://pike.lysator.liu.se/
Vcs-Svn: svn://svn.kibibyte.se/pike/trunk
272,3 → 272,14
.
Pike is an interpreted programming language, for more information
see the description of the pike8.0-core package.
 
Package: pike8.0-web-sass
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, pike8.0-core (= ${binary:Version})
Description: Sass CSS precompiler modules for Pike
This package contains the Web.Sass module for Pike. Sass is a
pre-processing language for CSS. It allows you to write cleaner
stylesheets and makes collaboration on your CSS a breeze.
.
Pike is an interpreted programming language, for more information
see the description of the pike8.0-core package.
/trunk/debian/patches/series
13,3 → 13,4
undefined_htons.patch
bad_size_t_redef.patch
dont_disable_debug_symbols.patch
postgres_10_detect.patch
/trunk/debian/pike8.0-web-sass.install
0,0 → 1,0
usr/lib/pike?.?/modules/Web.pmod/*Sass.*
/trunk/debian/rules
110,6 → 110,7
--with-postgres \
--with-postgres-include-dir=`pg_config --includedir` \
--with-libpq-dir=/usr/lib \
--with-sass \
--without-ffmpeg \
--without-fftw \
--without-libpdf \