Codebase list libgeotiff / 8de0195
Migrating to git with minor changes to packaging. Francesco Paolo Lovergine 12 years ago
8 changed file(s) with 47 addition(s) and 42 deletion(s). Raw diff Collapse all Expand all
0 libgeotiff-dfsg (1.3.0-2) unstable; urgency=low
1
2 * Moved to git repository on alioth.
3 * Updated Vcs-* fields as required.
4 * Moved to source format 3.0 and quilt.
5 * Debhelper level set to 8.
6
7 -- Francesco Paolo Lovergine <frankie@debian.org> Tue, 08 Nov 2011 14:49:37 +0100
8
09 libgeotiff-dfsg (1.3.0-1) unstable; urgency=low
110
211 [ Alan Boudreault ]
22 Section: science
33 Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
44 Uploaders: Francesco Paolo Lovergine <frankie@debian.org>, Alan Boudreault <aboudreault@mapgears.com>
5 Build-Depends: debhelper (>= 7), autotools-dev, libproj-dev, zlib1g-dev, libjpeg-dev, libtiff4-dev, dpatch
5 Build-Depends: debhelper (>= 8), autotools-dev, libproj-dev, zlib1g-dev, libjpeg-dev, libtiff4-dev
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
8 Vcs-Browser: http://git.debian.org/?p=pkg-grass/libgeotiff-dfsg.git
9 Vcs-Git: git://git.debian.org/git/pkg-grass/libgeotiff-dfsg.git
10
1011
1112 Package: libgeotiff-dev
1213 Section: libdevel
+0
-1
debian/patches/00list less more
0 Makefile.in
0 Index: libgeotiff-dfsg/Makefile.in
1 ===================================================================
2 --- libgeotiff-dfsg.orig/Makefile.in 2011-11-08 14:40:02.000000000 +0100
3 +++ libgeotiff-dfsg/Makefile.in 2011-11-08 14:50:42.000000000 +0100
4 @@ -901,7 +901,7 @@
5 exit 1; } >&2
6 check-am: all-am
7 check: check-recursive
8 -all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) geo_config.h
9 +all-am: Makefile $(LTLIBRARIES) $(HEADERS) geo_config.h
10 installdirs: installdirs-recursive
11 installdirs-am:
12 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(csvdir)" "$(DESTDIR)$(includedir)"; do \
13 @@ -954,7 +954,7 @@
14
15 info-am:
16
17 -install-data-am: install-dist_csvDATA install-includeHEADERS
18 +install-data-am: install-includeHEADERS
19
20 install-dvi: install-dvi-recursive
21
22 @@ -992,7 +992,7 @@
23
24 ps-am:
25
26 -uninstall-am: uninstall-dist_csvDATA uninstall-includeHEADERS \
27 +uninstall-am: uninstall-includeHEADERS \
28 uninstall-libLTLIBRARIES
29
30 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
+0
-37
debian/patches/Makefile.in.dpatch less more
0 #! /bin/sh /usr/share/dpatch/dpatch-run
1 ## Makefile.in.dpatch by Alan Boudreault <aboudreault@mapgears.com>
2 ##
3 ## All lines beginning with `## DP:' are a description of the patch.
4 ## DP: No description.
5
6 @DPATCH@
7 diff -urNad libgeotiff-dfsg-1.3.0~/Makefile.in libgeotiff-dfsg-1.3.0/Makefile.in
8 --- libgeotiff-dfsg-1.3.0~/Makefile.in 2011-05-05 14:59:25.000000000 -0400
9 +++ libgeotiff-dfsg-1.3.0/Makefile.in 2011-05-05 15:00:58.000000000 -0400
10 @@ -901,7 +901,7 @@
11 exit 1; } >&2
12 check-am: all-am
13 check: check-recursive
14 -all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS) geo_config.h
15 +all-am: Makefile $(LTLIBRARIES) $(HEADERS) geo_config.h
16 installdirs: installdirs-recursive
17 installdirs-am:
18 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(csvdir)" "$(DESTDIR)$(includedir)"; do \
19 @@ -954,7 +954,7 @@
20
21 info-am:
22
23 -install-data-am: install-dist_csvDATA install-includeHEADERS
24 +install-data-am: install-includeHEADERS
25
26 install-dvi: install-dvi-recursive
27
28 @@ -992,7 +992,7 @@
29
30 ps-am:
31
32 -uninstall-am: uninstall-dist_csvDATA uninstall-includeHEADERS \
33 +uninstall-am: uninstall-includeHEADERS \
34 uninstall-libLTLIBRARIES
35
36 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
0 3.0 (quilt)