Subversion Repositories nettle

Compare Revisions

Ignore whitespace Rev 63 → Rev 64

/trunk/debian/control
2,7 → 2,7
Section: libs
Priority: optional
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: debhelper (>= 5), libgmp10-dev, m4, autotools-dev, dpatch
Build-Depends: debhelper (>= 5), libgmp10-dev, m4, autotools-dev (>= 20100122.1)
Standards-Version: 3.8.3
Vcs-Svn: svn://svn.kibibyte.se/nettle/trunk
Vcs-Browser: http://svn.kibibyte.se/nettle
/trunk/debian/patches/01_config.dpatch
File deleted
/trunk/debian/patches/00list
File deleted
/trunk/debian/changelog
8,8 → 8,10
respectively; update and rename debian/control, debian/libnettle3.*,
debian/libhogweed1.*, and debian/nettle-bin.links accordingly.
* Build-depend on the new libgmp10-dev instead of libgmp3-dev.
* Convert to source package format 3.0 (quilt), using
dh_autotools-dev_*config to update config.sub and config.guess files.
 
-- Magnus Holmgren <holmgren@debian.org> Sun, 16 Jan 2011 20:55:06 +0100
-- Magnus Holmgren <holmgren@debian.org> Sun, 16 Jan 2011 21:16:45 +0100
 
nettle (2.0-2) unstable; urgency=low
 
/trunk/debian/rules
5,7 → 5,6
 
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
include /usr/share/dpatch/dpatch.make
 
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
12,7 → 11,6
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
 
CFLAGS = -Wall -g
LDFLAGS = -Wl,--as-needed
 
25,9 → 23,10
INSTALL_PROGRAM += -s
endif
 
config.status: ${DPATCH_STAMPFN} configure
config.status: configure
dh_testdir
# Add here commands to configure the package.
dh_autotools-dev_updateconfig
./configure --host=$(DEB_HOST_GNU_TYPE) \
--build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr \
50,10 → 49,7
 
touch build-stamp
 
clean: clean-patched unpatch
dh_clean
 
clean-patched:
clean:
dh_testdir
dh_testroot
rm -f build-stamp
60,6 → 56,8
 
# Add here commands to clean up after the build process.
[ ! -f Makefile ] || $(MAKE) distclean
dh_autotools-dev_restoreconfig
dh_clean
 
install: build
dh_testdir
/trunk/debian/source/format
0,0 → 1,0
3.0 (quilt)