Codebase list libgeotiff / 8fb5528
Minor update and policy fixes. Francesco Paolo Lovergine 10 years ago
3 changed file(s) with 12 addition(s) and 19 deletion(s). Raw diff Collapse all Expand all
44 * Debhelper level set to 9.
55 * Updated watch file to reflect current repo.
66 * Set canonical Vcs-* fiedls.
7 * Added misc-depends to -dev package.
8 * Now using dh_ methods to update/restore autotools config.* stuff.
9 * Introduced missing recommended build-* targets in debian/rules.
710
811 -- Francesco Paolo Lovergine <frankie@debian.org> Mon, 16 Dec 2013 16:20:15 +0100
912
1212 Package: libgeotiff-dev
1313 Section: libdevel
1414 Architecture: any
15 Depends: libgeotiff2 (= ${binary:Version}), libtiff4-dev
15 Depends: libgeotiff2 (= ${binary:Version}), libtiff4-dev, ${misc:Depends}
1616 Suggests: libgeotiff-epsg
1717 Description: the GeoTIFF library -- development files
1818 This C library supports TIFF 6.0 based interchange format for georeferenced
1919
2020 config.status: configure
2121 dh_testdir
22 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
23 mv config.sub config.sub.original
24 cp -f /usr/share/misc/config.sub config.sub
25 endif
26 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
27 mv config.guess config.guess.original
28 cp -f /usr/share/misc/config.guess config.guess
29 endif
22 dh_autotools-dev_updateconfig
3023 # Add here commands to configure the package.
3124 CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
3225 --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
3326 --includedir=\$${prefix}/include/geotiff
3427
35 build: build-stamp
28 build: build-arch build-indep
29 build-arch: build-stamp
30 build-indep: build-stamp
31
3632 build-stamp: config.status
3733
3834 dh_testdir
4541 clean:
4642 dh_testdir
4743 dh_testroot
48
49 ifneq "$(wildcard /usr/share/misc/config.sub.original)" ""
50 mv config.sub.original config.sub
51 endif
52 ifneq "$(wildcard /usr/share/misc/config.guess.original)" ""
53 mv config.guess.original config.guess
54 endif
44 dh_autotools-dev_restoreconfig
5545
5646 # Add here commands to clean up after the build process.
5747 [ ! -f $(CURDIR)/Makefile ] || $(MAKE) distclean
7262
7363
7464 # Build architecture-independent files here.
75 binary-indep: build install
65 binary-indep: build-indep install
7666 # We have nothing to do by default.
7767
7868 # Build architecture-dependent files here.
79 binary-arch: build install
69 binary-arch: build-arch install
8070 dh_testdir
8171 dh_testroot
8272 dh_installchangelogs ChangeLog