--- sir-2.6.orig/debian/rules +++ sir-2.6/debian/rules @@ -7,82 +7,9 @@ # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. -export DH_VERBOSE=1 +#export DH_VERBOSE=1 +%: + dh $@ -configure: configure-stamp -configure-stamp: - dh_testdir - # Add here commands to configure the package. - touch configure-stamp - -build: build-stamp - -build-stamp: configure-stamp - dh_testdir - - # Add here commands to compile the package. - qmake-qt4 - $(MAKE) - #docbook-to-man debian/sir.sgml > sir.1 - - touch $@ - -clean: - dh_testdir - dh_testroot - rm -f build-stamp configure-stamp - - # Add here commands to clean up after the build process. - #$(MAKE) clean - - dh_clean - -install: build - dh_testdir - dh_testroot - dh_clean -k - dh_installdirs - - # Add here commands to install the package into debian/sir. - $(MAKE) INSTALL_ROOT=$(CURDIR)/debian/sir install - - -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_installchangelogs - dh_installdocs - dh_installexamples -# dh_install -# dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_python -# dh_installinit -# dh_installcron -# dh_installinfo - dh_installman - dh_link - dh_strip - dh_compress - dh_fixperms -# dh_perl -# dh_makeshlibs - dh_installdeb - dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure --- sir-2.6.orig/debian/control +++ sir-2.6/debian/control @@ -1,14 +1,14 @@ Source: sir -Section: misc +Section: graphics Priority: optional -Maintainer: Rafael Sachetto -Build-Depends: debhelper (>= 5), libqt4-dev (>=4) +Maintainer: Dariusz Duma +Build-Depends: debhelper (>= 5), libqt4-dev, cmake, libexiv2-dev Standards-Version: 3.7.3 Homepage: http://sir.projet-libre.org/ Package: sir Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-core, libqt4-gui +Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-core, libqt4-gui, libqt4-xml Recommends: dcraw Description: Simple image resizer Simple program to resize and rotate images. --- sir-2.6.orig/debian/changelog +++ sir-2.6/debian/changelog @@ -1,5 +1,25 @@ -sir (2.1.1-0ubuntu1) maverick; urgency=medium +sir (2.6-1dhor~quantal) quantal; urgency=low - * Translations update (Thanks Timur Antipin) + * added command line arguments --help, --session and --lang support + * added background color in convertion options + * added SVG convertion tab: remove single text node and group of text node containing specifed string + * added adding frame, text and picture effect and effect tab + * added sessions storage in XML files + * create empty metadata when converting from SVG file + * set current date time in Exif if needed + * iconsets moved from UI to C++ code for uic<4.8 compatibility + * Polish translation updated - -- Rafael Sachetto Oliveira Wed, 15 Dez 2010 18:05:53 -0300 + -- Dariusz Duma Tue, 07 May 2013 06:30:18 +0200 + +sir (2.5.1-1dhor~quantal) quantal; urgency=low + + * relative path fixes + + -- Dariusz Duma Wed, 14 Nov 2012 06:21:54 +0100 + +sir (2.5-1dhor~quantal) quantal; urgency=low + + * Initial + + -- Dariusz Duma Tue, 13 Nov 2012 15:38:09 +0100