Subversion Repositories pike

Compare Revisions

Ignore whitespace Rev 28 → Rev 30

/branches/7.6/debian/changelog
3,11 → 3,11
* The latest downloadable "beta" release of the 7.6 branch.
* Modify debian/watch to track the beta download directory.
* Update debian/copyright.
* debian/rules: Handle DEB_*_GNU_TYPE and modify quoting of strings
inside the long string of configure arguments.
* debian/rules: Modify quoting of strings inside the long string of
configure arguments.
* debian/control: Adjust Vcs-Svn field.
 
-- Magnus Holmgren <holmgren@debian.org> Fri, 16 May 2008 23:41:39 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 17 May 2008 16:59:04 +0200
 
pike7.6 (7.6.112-2) unstable; urgency=low
 
/branches/7.6/debian/rules
89,8 → 89,6
endif
 
CFARGS=$(CFARGSEXTRA) \
--host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
--with-cflags='$(CFLAGS_EXTRA)' \
--with-cppflags='$(CPPFLAGS_EXTRA)' \
--with-bignums \