[DebianGIS-dev] r702 - packages/proj/trunk/debian
Francesco Lovergine
frankie at alioth.debian.org
Wed Apr 4 18:00:39 UTC 2007
Author: frankie
Date: 2007-04-04 18:00:39 +0000 (Wed, 04 Apr 2007)
New Revision: 702
Added:
packages/proj/trunk/debian/links
Removed:
packages/proj/trunk/debian/postinst
packages/proj/trunk/debian/postrm
Modified:
packages/proj/trunk/debian/changelog
packages/proj/trunk/debian/rules
Log:
Some secondary fixes
Modified: packages/proj/trunk/debian/changelog
===================================================================
--- packages/proj/trunk/debian/changelog 2007-04-04 13:39:42 UTC (rev 701)
+++ packages/proj/trunk/debian/changelog 2007-04-04 18:00:39 UTC (rev 702)
@@ -6,6 +6,8 @@
* Added a debian/watch file.
* Moved to debhelper level 5.
* Policy bumped to 3.7.2 without changes.
+ * Now using dh_link instead of manual sym links
+ * Now using makeshlibs again with default postrm/postinst
-- Francesco Paolo Lovergine <frankie at debian.org> Mon, 2 Apr 2007 00:50:09 +0200
Added: packages/proj/trunk/debian/links
===================================================================
--- packages/proj/trunk/debian/links 2007-04-04 13:39:42 UTC (rev 701)
+++ packages/proj/trunk/debian/links 2007-04-04 18:00:39 UTC (rev 702)
@@ -0,0 +1,4 @@
+usr/share/man/man1/proj.1 usr/share/man/man1/invproj.1
+usr/share/man/man1/geod.1 usr/share/man/man1/invgeod.1
+usr/share/man/man3/pj_init.3 usr/share/man/man1/proj.3
+
Deleted: packages/proj/trunk/debian/postinst
===================================================================
--- packages/proj/trunk/debian/postinst 2007-04-04 13:39:42 UTC (rev 701)
+++ packages/proj/trunk/debian/postinst 2007-04-04 18:00:39 UTC (rev 702)
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-set -e
-
-case "$1" in
- configure)
- ldconfig
-esac
-
-#DEBHELPER#
Deleted: packages/proj/trunk/debian/postrm
===================================================================
--- packages/proj/trunk/debian/postrm 2007-04-04 13:39:42 UTC (rev 701)
+++ packages/proj/trunk/debian/postrm 2007-04-04 18:00:39 UTC (rev 702)
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "remove" ]; then
- ldconfig
-fi
-
-#DEBHELPER#
Modified: packages/proj/trunk/debian/rules
===================================================================
--- packages/proj/trunk/debian/rules 2007-04-04 13:39:42 UTC (rev 701)
+++ packages/proj/trunk/debian/rules 2007-04-04 18:00:39 UTC (rev 702)
@@ -23,7 +23,7 @@
clean:
dh_testdir
dh_testroot
- rm -f build-stamp
+ rm -f build-stamp install-stamp
[ ! -f Makefile ] || $(MAKE) distclean
dh_clean
@@ -35,8 +35,7 @@
# Add here commands to install the package into debian/proj.
make install DESTDIR=`pwd`/debian/proj
-# (cd debian/proj/usr/bin; ln proj invproj)
-# (cd debian/proj/usr/bin; ln geod invgeod)
+
touch install-stamp
# Build architecture-independent files here.
@@ -49,13 +48,8 @@
dh_testroot
dh_installdocs AUTHORS README
dh_installexamples
- dh_installmenu
-## dh_installmanpages nad2nad.1
dh_installman debian/nad2bin.1
- (cd debian/proj/usr/share/man/man1; ln -fs proj.1 invproj.1)
- (cd debian/proj/usr/share/man/man1; ln -fs geod.1 invgeod.1)
- (cd debian/proj/usr/share/man/man3; ln -fs pj_init.3 proj.3)
-# dh_undocumented cs2cs.1
+ dh_link
dh_installchangelogs ChangeLog upstream
dh_strip
dh_compress
@@ -63,6 +57,7 @@
dh_installdeb
dh_shlibdeps
dh_gencontrol
+ dh_makeshlibs
# dh_makeshlibs -V 'proj (>= 4.4.1-1)'
dh_md5sums
dh_builddeb
More information about the Pkg-grass-devel
mailing list