Mercurial > 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 wrap: on
line diff
--- a/control Sun Jun 15 16:36:56 2008 +0200 +++ b/control Sun Jun 15 16:57:48 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 16:36:56 2008 +0200 +++ b/rules Sun Jun 15 16:57:48 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