Subversion Repositories libspf2

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/trunk/debian/changelog
1,3 → 1,16
libspf2 (1.2.10-3) unstable; urgency=low
 
* Merge changes from Ubuntu (Closes: #734224).
 
-- Magnus Holmgren <holmgren@debian.org> Thu, 23 Jan 2014 21:05:10 +0100
 
libspf2 (1.2.10-2ubuntu1) trusty; urgency=medium
 
* Use dh-autoreconf instead of autotools-dev to also fix FTBFS on ppc64el by
getting new libtool macros (still updates config.{sub,guess}).
 
-- Logan Rosen <logan@ubuntu.com> Fri, 03 Jan 2014 15:56:24 -0500
 
libspf2 (1.2.10-2) unstable; urgency=low
 
* Convert debian/copyright to machine-readable format and update
/trunk/debian/control
2,7 → 2,7
Priority: optional
Section: libs
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), autotools-dev,
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), dh-autoreconf,
perl, libstring-escape-perl
Standards-Version: 3.9.4
Vcs-Svn: svn://svn.kibibyte.se/libspf2/trunk
/trunk/debian/rules
24,7 → 24,7
config.status: configure
dh_testdir
# Add here commands to configure the package.
dh_autotools-dev_updateconfig
dh_autoreconf
./configure --prefix=/usr $(buildflags)
 
build: build-arch
48,7 → 48,7
[ ! -f Makefile ] || $(MAKE) distclean
[ ! -f perl/Makefile ] || $(MAKE) -C perl realclean
 
dh_autotools-dev_restoreconfig
dh_autoreconf_clean
dh_clean
 
install: build-arch