debian/resize-gd-debian

changeset 4:8d6c9c774531 tip

merged
author user@debian-sid
date Sun, 15 Jun 2008 17:59:45 +0200
parents b153420a1169 d13cced55e31
children
files
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/control	Sun Jun 15 17:58:44 2008 +0200
     1.2 +++ b/control	Sun Jun 15 17:59:45 2008 +0200
     1.3 @@ -8,7 +8,7 @@
     1.4  
     1.5  Package: resize-gd
     1.6  Architecture: i386
     1.7 -Depends: libgd2-noxpm-dev (>= 2.0.33) | libgd2-xpm-dev (>= 2.0.33)
     1.8 +Depends: ${shlibs:Depends}
     1.9  Description: resizes images using the gd-library
    1.10   The program has two modes:
    1.11   * aspect ratio of the images is preserved and only shrinking is done. Smaller
     2.1 --- a/rules	Sun Jun 15 17:58:44 2008 +0200
     2.2 +++ b/rules	Sun Jun 15 17:59:45 2008 +0200
     2.3 @@ -21,7 +21,7 @@
     2.4  	dh_testdir
     2.5  	dh_testroot
     2.6  	rm -f build-stamp
     2.7 -	-$(MAKE) realclean
     2.8 +	$(MAKE) realclean
     2.9  	dh_clean
    2.10  
    2.11  
    2.12 @@ -43,6 +43,7 @@
    2.13  	dh_installman
    2.14  	dh_strip
    2.15  	dh_compress
    2.16 +	dh_makeshlibs
    2.17  	dh_fixperms
    2.18  	dh_gencontrol
    2.19  	dh_md5sums