Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 169 → Rev 170

/trunk/debian/changelog
3,8 → 3,9
* New upstream release (Closes: #884013).
* multiarch_dev.patch: no longer replace definition of GMP_NUMB_BITS;
upstream changed it to "n/a" when mini-gmp isn't used.
* debian/rules: Switch to dh_update_autotools_config.
 
-- Magnus Holmgren <holmgren@debian.org> Tue, 12 Dec 2017 18:36:01 +0100
-- Magnus Holmgren <holmgren@debian.org> Tue, 12 Dec 2017 18:45:30 +0100
 
nettle (3.3-2) unstable; urgency=low
 
/trunk/debian/control
2,8 → 2,8
Section: libs
Priority: optional
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9),
libgmp-dev, m4, autotools-dev (>= 20100122.1), texinfo
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9.20160114),
libgmp-dev, m4, texinfo
Standards-Version: 4.1.0
Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk
Vcs-Browser: http://svn.kibibyte.se/nettle
/trunk/debian/rules
26,7 → 26,7
config.status: configure
dh_testdir
# Add here commands to configure the package.
dh_autotools-dev_updateconfig
dh_update_autotools_config
./configure $(buildflags) \
--prefix=/usr \
--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
54,7 → 54,6
 
# Add here commands to clean up after the build process.
[ ! -f Makefile ] || $(MAKE) distclean
dh_autotools-dev_restoreconfig
dh_clean
 
install: build