changeset 4:8d6c9c774531 default tip

merged
author user@debian-sid
date Sun, 15 Jun 2008 17:59:45 +0200
parents b153420a1169 (current diff) d13cced55e31 (diff)
children
files
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/control	Sun Jun 15 17:58:44 2008 +0200
+++ b/control	Sun Jun 15 17:59:45 2008 +0200
@@ -8,7 +8,7 @@
 
 Package: resize-gd
 Architecture: i386
-Depends: libgd2-noxpm-dev (>= 2.0.33) | libgd2-xpm-dev (>= 2.0.33)
+Depends: ${shlibs:Depends}
 Description: resizes images using the gd-library
  The program has two modes:
  * aspect ratio of the images is preserved and only shrinking is done. Smaller
--- a/rules	Sun Jun 15 17:58:44 2008 +0200
+++ b/rules	Sun Jun 15 17:59:45 2008 +0200
@@ -21,7 +21,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-	-$(MAKE) realclean
+	$(MAKE) realclean
 	dh_clean
 
 
@@ -43,6 +43,7 @@
 	dh_installman
 	dh_strip
 	dh_compress
+	dh_makeshlibs
 	dh_fixperms
 	dh_gencontrol
 	dh_md5sums