Added upstream "current tarball" and deleted old symlinks to old "current tarball".

This commit is contained in:
Ulises Vitulli
2010-08-19 18:48:51 +00:00
parent f0105e0c91
commit 808dd08c47
+4 -6
View File
@@ -14,7 +14,7 @@
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
config.status: autogen.sh config.status:
dh_testdir dh_testdir
# Add here commands to configure the package. # Add here commands to configure the package.
ifneq "$(wildcard /usr/share/misc/config.sub)" "" ifneq "$(wildcard /usr/share/misc/config.sub)" ""
@@ -23,7 +23,6 @@ endif
ifneq "$(wildcard /usr/share/misc/config.guess)" "" ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess cp -f /usr/share/misc/config.guess config.guess
endif endif
./autogen.sh
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-z,defs" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-z,defs"
@@ -39,11 +38,10 @@ build-stamp: config.status
clean: clean:
dh_testdir dh_testdir
dh_testroot dh_testroot
rm -f build-stamp configure aclocal.m4 rm -f build-stamp
find $(CURDIR) -type f -name Makefile.in -exec rm {} \;
# Add here commands to clean up after the build process. # Add here commands to clean up after the build process.
[ ! -f Makefile ] || $(MAKE) distclean [ ! -f Makefile ] || $(MAKE) distclean
rm -rf depcomp compile config.guess config.sub ltmain.sh missing install-sh config.h.in rm -rf config.log
dh_clean dh_clean
install: build install: build
@@ -68,7 +66,7 @@ binary-arch: build install
dh_installdocs dh_installdocs
dh_install --sourcedir=debian/tmp dh_install --sourcedir=debian/tmp
dh_installman dh_installman
dh_installchangelogs NEWS dh_installchangelogs ChangeLog
dh_link dh_link
dh_strip dh_strip
dh_compress dh_compress