--- encadre-image-0.7.orig/debian/rules +++ encadre-image-0.7/debian/rules @@ -0,0 +1,92 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file was originally written by Joey Hess and Craig Small. +# As a special exception, when this file is copied by dh-make into a +# dh-make output file, you may use that output file without restriction. +# 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 + + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif + +config.status: configure + dh_autotools-dev_updateconfig + dh_testdir + # Add here commands to configure the package. + ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" + + +build: build-stamp + +build-stamp: config.status + dh_testdir + + # Add here commands to compile the package. + $(MAKE) + #docbook-to-man debian/encadre-image.sgml > encadre-image.1 + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + + dh_autotools-dev_restoreconfig + dh_clean + +install: build + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + + # Add here commands to install the package into debian/encadre-image. + # $(MAKE) install DESTDIR=$(CURDIR)/debian/encadre-image + mkdir -p debian/encadre-image/usr/bin + mv ./src/encadre_image ./src/encadre-image + cp ./src/encadre-image debian/encadre-image/usr/bin/ + + +# 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 ChangeLog + dh_installdocs + dh_installexamples + dh_installman debian/encadre-image.1 + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- encadre-image-0.7.orig/debian/changelog +++ encadre-image-0.7/debian/changelog @@ -0,0 +1,76 @@ +encadre-image (0.7-0ubuntu12) trusty; urgency=low + + * Move dh_autotools-dev_updateconfig call to configure. + + -- Logan Rosen Wed, 30 Oct 2013 00:05:14 -0400 + +encadre-image (0.7-0ubuntu11) trusty; urgency=low + + * Use autotools-dev to update config.{guess,sub} to fix the FTBFS on arm64. + + -- Logan Rosen Tue, 29 Oct 2013 23:54:53 -0400 + +encadre-image (0.7-0ubuntu10) quantal; urgency=low + + * Rebuild for imagemagick 6.7. + + -- Colin Watson Fri, 13 Jul 2012 10:56:33 +0100 + +encadre-image (0.7-0ubuntu9) quantal; urgency=low + + * Fixed typo: "automaticaly" to "automatically" in debian/control file. + + -- Bruno Ribeiro da Silva Fri, 01 Jun 2012 08:40:53 -0300 + +encadre-image (0.7-0ubuntu8) quantal; urgency=low + + * Transition to wxwidgets2.8 + + -- Stefano Rivera Tue, 01 May 2012 21:53:45 +0200 + +encadre-image (0.7-0ubuntu7) precise; urgency=low + + * debian/control: + - Change build-dep from libmagick++9-dev to libmagick++-dev + + -- Michael Terry Fri, 18 Nov 2011 11:06:32 -0500 + +encadre-image (0.7-0ubuntu6) maverick; urgency=low + + * Rebuild for libmagick2 -> libmagick3 transition + * debian/control: Bump Standards-version to 3.8.4. No changes required. + * debian/rules: do not ignore make errors. This makes lintian happy. + + -- Fabrice Coutadeur Sun, 18 Jul 2010 17:25:31 +0000 + +encadre-image (0.7-0ubuntu5) karmic; urgency=low + + * No-change rebuild against libmagick++2 + + -- Steve Langasek Sat, 05 Sep 2009 03:23:23 +0000 + +encadre-image (0.7-0ubuntu4) jaunty; urgency=low + + * Rebuild for libmagick10 -> libmagickcore1 transition. + + -- James Westby Sun, 18 Jan 2009 01:40:21 +0000 + +encadre-image (0.7-0ubuntu3) hardy; urgency=low + + * Rebuild for libmagick9 -> libmagick10 transition. + * debian/control: update Maintainer field as per spec. + + -- Luca Falavigna Wed, 27 Feb 2008 18:34:03 +0100 + +encadre-image (0.7-0ubuntu2) gutsy; urgency=low + + * No-change rebuild for libjasper transition. + + -- Steve Kowalik Sat, 23 Jun 2007 17:10:11 +1000 + +encadre-image (0.7-0ubuntu1) feisty; urgency=low + + * Initial release + + -- Cyril LAVIER Sun, 17 Dec 2006 12:03:01 +0100 + --- encadre-image-0.7.orig/debian/compat +++ encadre-image-0.7/debian/compat @@ -0,0 +1 @@ +5 --- encadre-image-0.7.orig/debian/copyright +++ encadre-image-0.7/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Cyril LAVIER on +Sun, 17 Dec 2006 12:03:01 +0100. + +It was downloaded from http://ericlaly.free.fr/encadre_image/ + +Upstream Author: Eric Laly + +Copyright : 2006 Eric Laly + +License: + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301, USA. + + +The Debian packaging is (C) 2006, Cyril LAVIER and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- encadre-image-0.7.orig/debian/encadre-image.1 +++ encadre-image-0.7/debian/encadre-image.1 @@ -0,0 +1,7 @@ +.TH ENCADRE-IMAGE "1" "November 2006" "encadre-image v0.7 (11.10.06) for linux - written by Eric Laly " "User Commands" +.SH NAME +encadre-image \- manual page for encadre-image v0.7 (11.10.06) for linux - written by Eric Laly +.SH DESCRIPTION +encadre-image v0.7 (11.10.06) for linux \- written by Eric Laly +.SH USAGE +encadre-image : launches the program --- encadre-image-0.7.orig/debian/control +++ encadre-image-0.7/debian/control @@ -0,0 +1,17 @@ +Source: encadre-image +Section: graphics +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Cyril LAVIER +Build-Depends: debhelper (>= 5), autotools-dev, libwxgtk2.8-dev, libmagick++-dev +Standards-Version: 3.8.4 + +Package: encadre-image +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: A simple program to customize and to manage pictures + Encadre image is a program which allow you : + - to add an unlimited number of frames on a jpeg picture + - to add a signature + - to automatically create a tree for PhpWebGallery + - to create a tree of your choice (with picture resize) --- encadre-image-0.7.orig/debian/docs +++ encadre-image-0.7/debian/docs @@ -0,0 +1,3 @@ +NEWS +README +TODO