Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 94 → Rev 95

/trunk/debian/control
2,7 → 2,8
Section: libs
Priority: optional
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: debhelper (>= 8.1.3), libgmp10-dev, m4, autotools-dev (>= 20100122.1)
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 8.1.3),
libgmp10-dev, m4, autotools-dev (>= 20100122.1)
Standards-Version: 3.9.2
Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk
Vcs-Browser: http://svn.kibibyte.se/nettle
/trunk/debian/changelog
3,8 → 3,9
* Drop README.source; not needed since the package was converted to
format 3.0.
* Correct errors in DEP 5-format debian/copyright.
* Use dpkg-buildflags to set CFLAGS et al.
 
-- Magnus Holmgren <holmgren@debian.org> Sat, 23 Jun 2012 13:18:25 +0200
-- Magnus Holmgren <holmgren@debian.org> Sat, 23 Jun 2012 13:42:34 +0200
 
nettle (2.4-1) unstable; urgency=low
 
/trunk/debian/rules
32,7 → 32,7
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
--enable-shared \
--disable-dependency-tracking \
CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS) -Wl,--as-needed"
$(shell DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed dpkg-buildflags --export=configure)
 
 
build: build-stamp