debian/resize-gd-debian
changeset 2:d13cced55e31
using shlibs now
author | meillo@marmaro.de |
---|---|
date | Sun, 15 Jun 2008 16:57:48 +0200 |
parents | 69dc44a72af3 |
children | 8d6c9c774531 |
files | control rules |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/control Sun Jun 15 16:36:56 2008 +0200 1.2 +++ b/control Sun Jun 15 16:57:48 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 16:36:56 2008 +0200 2.2 +++ b/rules Sun Jun 15 16:57:48 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