Codebase list libgeotiff / ac9ca18
Updated for unstable. Francesco Paolo Lovergine 12 years ago
3 changed file(s) with 23 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
99 [ Francesco Paolo Lovergine ]
1010 * Now following the new SONAME for libgeotiff as adopted upstream: package
1111 name changed as consequence
12 * Updated to use libjpeg-dev as build-dep.
13 (closes: #634140)
14 * Now original autoconf helpers file are restored at cleaning time, to
15 be nice against SCMs.
16 * Added Vcs-* fields in debian/control.
1217
13 -- Francesco Paolo Lovergine <frankie@debian.org> Fri, 06 May 2011 09:49:14 +0200
18 -- Francesco Paolo Lovergine <frankie@debian.org> Mon, 05 Sep 2011 13:59:19 +0200
1419
1520 libgeotiff-dfsg (1.2.5-3) unstable; urgency=low
1621
55 Build-Depends: debhelper (>= 7), autotools-dev, libproj-dev, zlib1g-dev, libjpeg-dev, libtiff4-dev, dpatch
66 Standards-Version: 3.9.2
77 Homepage: http://geotiff.osgeo.org/
8 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/geotiff/libgeotiff-dfsg/trunk
9 Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/geotiff/libgeotiff-dfsg/trunk
810
911 Package: libgeotiff-dev
1012 Section: libdevel
2121
2222 config.status: patch-stamp
2323 dh_testdir
24 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
25 mv config.sub config.sub.original
26 cp -f /usr/share/misc/config.sub config.sub
27 endif
28 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
29 mv config.guess config.guess.original
30 cp -f /usr/share/misc/config.guess config.guess
31 endif
2432 # Add here commands to configure the package.
2533 CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
2634 --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
4048 true-clean:
4149 dh_testdir
4250 dh_testroot
51
52 ifneq "$(wildcard /usr/share/misc/config.sub.original)" ""
53 mv config.sub.original config.sub
54 endif
55 ifneq "$(wildcard /usr/share/misc/config.guess.original)" ""
56 mv config.guess.original config.guess
57 endif
4358
4459 # Add here commands to clean up after the build process.
4560 [ ! -f $(CURDIR)/Makefile ] || $(MAKE) distclean
4661
47 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
48 cp -f /usr/share/misc/config.sub config.sub
49 endif
50 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
51 cp -f /usr/share/misc/config.guess config.guess
52 endif
5362 rm -f config.status config.log
5463 rm -f libgeotiff.* xtiffio.h newgeo.tif
5564