Codebase list gimp-plugin-registry / a5b2f91
Trim trailing whitespace. Changes-By: lintian-brush Fixes: lintian: trailing-whitespace See-also: https://lintian.debian.org/tags/trailing-whitespace.html Debian Janitor 2 years ago
3 changed file(s) with 7 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
417417 * debian/control:
418418 - Adding liblqr-1-0-dev to Build-Depends.
419419 * debian/TODO:
420 - dropping file, nothing left which should be includeded in the package.
420 - dropping file, nothing left which should be includeded in the package.
421421
422422 -- Bernd Zeimetz <bzed@debian.org> Sat, 14 Jun 2008 18:18:29 +0200
423423
486486
487487 * Removing the 'dustcleaner' plugin for now.
488488 It is imho not mature enough to be part of a stable release.
489
489
490490 -- Bernd Zeimetz <bzed@debian.org> Wed, 04 Jun 2008 17:05:42 +0200
491491
492492 gimp-plugin-registry (0.5.1-4) unstable; urgency=low
502502 - Using libglew-dev as build dependency instead of libglew1.4-dev
503503 (Closes: #465631).
504504 - Using gfortran based build dependencies for blas and lapack
505 (Closes: #463950).
505 (Closes: #463950).
506506
507507 -- Bernd Zeimetz <bzed@debian.org> Wed, 13 Feb 2008 21:50:21 +0100
508508
1515 Depends: gimp (>= 2.6),
1616 ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends},
1717 python3, libtiff-tools, xdg-utils,
18 Suggests: icc-profiles,
18 Suggests: icc-profiles,
1919 Breaks: gimp-refocus (<< 0.9.0-2), gimp-save-for-web, gimp-resynthesizer (<< 0.16-2~)
2020 Replaces: gimp-refocus (<< 0.9.0-2), gimp-save-for-web, gimp-resynthesizer
2121 Provides: gimp-save-for-web, gimp-resynthesizer
2222 Enhances: gimp
23 Recommends: gimp-gmic,
23 Recommends: gimp-gmic,
2424 Description: repository of optional extensions for GIMP
2525 The package contains the following plugins:
2626 .
7070 if [ -n "$$opts" ]; then \
7171 dpkg-shlibdeps -O $$opts | grep shlibs:Depends > debian/$*/substvars ;\
7272 fi
73
73
7474 dh_auto_%:
7575 set -e; \
7676 export auto_command=`echo $* | sed 's,-.*,,;s,^,dh_auto_,'` ;\
8888 #$(PACKAGING_HELPER) --generate-readme
8989
9090 #override_dh_auto_test: $(PLUGINS:%=dh_auto_test-%)
91 override_dh_auto_test:
91 override_dh_auto_test:
9292 # nothign to do right now.
9393
9494 override_dh_python3: