# HG changeset patch # User meillo@marmaro.de # Date 1195943356 -3600 # Node ID 27f96c3b822440aaab02c9941a936511df264036 # Parent 83e01434937fae44e81abac9244587f3df76d1d6 fixed hyphen-minus-conflict in man page; refactored debian/rules (removed a lot) diff -r 83e01434937f -r 27f96c3b8224 debian/changelog --- a/debian/changelog Fri Nov 23 23:04:36 2007 +0100 +++ b/debian/changelog Sat Nov 24 23:29:16 2007 +0100 @@ -1,3 +1,11 @@ +genwebgallery (0.4-2) unstable; urgency=low + + * fixed hyphen-minus-conflict in man page + * refactored debian/rules (deleted a lot) + + -- markus schnalke Sat, 24 Nov 2007 23:10:34 +0100 + + genwebgallery (0.4-1) unstable; urgency=low * new upstream version diff -r 83e01434937f -r 27f96c3b8224 debian/rules --- a/debian/rules Fri Nov 23 23:04:36 2007 +0100 +++ b/debian/rules Sat Nov 24 23:29:16 2007 +0100 @@ -10,46 +10,14 @@ #export DH_VERBOSE=1 - - -CFLAGS = -Wall -g - -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 -else - CFLAGS += -O2 -endif - -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. - $(MAKE) - #docbook-to-man debian/genwebgallery.sgml > genwebgallery.1 - - touch $@ +build: 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 +install: dh_testdir dh_testroot dh_clean -k @@ -60,39 +28,33 @@ # Build architecture-independent files here. -binary-indep: build install +binary-indep: install dh_testdir dh_testroot dh_installchangelogs ChangeLog dh_installdocs - dh_installexamples +# 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_link +# dh_strip dh_compress dh_fixperms # dh_perl # dh_makeshlibs dh_installdeb - dh_shlibdeps +# dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb # Build architecture-dependent files here. -binary-arch: build install -# We have nothing to do by default. +binary-arch: -binary: binary-indep binary-arch +binary: binary-indep + .PHONY: build clean binary-indep binary-arch binary install configure diff -r 83e01434937f -r 27f96c3b8224 genwebgallery.1 --- a/genwebgallery.1 Fri Nov 23 23:04:36 2007 +0100 +++ b/genwebgallery.1 Sat Nov 24 23:29:16 2007 +0100 @@ -1,4 +1,4 @@ -.TH GENWEBGALLERY 1 "genwebgallery-VERSION" "2007-11-21" "genwebgallery" +.TH GENWEBGALLERY 1 "genwebgallery\-VERSION" "2007\-11\-21" "genwebgallery" .SH NAME genwebgallery @@ -10,7 +10,7 @@ .B genwebgallery Generates a web gallery of mentioned pictures. Only very minimalistic static HTML pages are generated. Copies of the pictures get resized to the defined sizes. .PP -All generated content goes in a subdirectory which defaults to 'webgallery'. Or any other directory specified by --output. +All generated content goes in a subdirectory which defaults to 'webgallery'. Or any other directory specified by \-\-output. .PP The .BR convert @@ -39,10 +39,10 @@ .B \-c, \-\-copyright Specify copyright notice .TP -.B \-ps, \-\-pic-size +.B \-ps, \-\-pic\-size Specify size of picture .TP -.B \-ts, \-\-thumb-size +.B \-ts, \-\-thumb\-size Specify size of thumbnails .TP .B \-\-overwrite @@ -50,7 +50,7 @@ Without this option, the users is interactively asked what to do. .PP See -.B genwebgallery --help +.B genwebgallery \-\-help for default values. .SH EXIT CODE