--- /dev/null
+PACKAGE = $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
+VERSION = $(shell dpkg-parsechangelog | sed -n 's/^Version: //p')
+DIST = $(shell dpkg-parsechangelog | sed -n 's/^Distribution: //p')
+
+EXTENSION = ImagesEmbedder-1.0.0.oxt
+
+all: build
+
+build:
+
+install:
+ install -m 0755 -d $(DESTDIR)/usr/lib/libreoffice/share/extensions/$(PACKAGE)
+ unzip $(EXTENSION) -d $(DESTDIR)/usr/lib/libreoffice/share/extensions/$(PACKAGE)/
+
+clean:
+
+deb:
+ debuild -I.git -I*.ex -us -uc -b && \
+ echo -e "\n\n==> Lancer \"sudo debi\" pour tester l'installation.\n"
+
+release:
+ debuild -I.git -I*.ex -us -uc -tc -sa && debrelease --dput $(DIST)-test
--- /dev/null
+libreoffice-images-embedder (1.0.0) precise; urgency=low
+
+ * Empaquetage de l'extension LibreOffice.
+
+ -- Progfou <jean-christophe.andre@auf.org> Mon, 16 Jul 2007 17:54:00 +0700
+
--- /dev/null
+Source: libreoffice-images-embedder
+Section: editors
+Priority: optional
+Maintainer: Progfou <jean-christophe.andre@auf.org>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.9.3
+
+Package: libreoffice-images-embedder
+Architecture: all
+Depends: ${misc:Depends}, libreoffice-core (>= 1:3.3~)
+Description: extension LibreOffice d'incorporation d'images
+ Ce paquet fournit une extension LibreOffice permettant d'incorporer dans
+ un document ses images référencées par des URL.
+ .
+ Cette extension permet ainsi de rendre un document totalement indépendant
+ d'Internet et donc utilisable hors connexion.
--- /dev/null
+This package was debianized by Progfou <jean-christophe.andre@auf.org> on
+Wed, 15 Jan 2014 00:51:34 -0500
+
+It was downloaded from http://extensions.services.openoffice.org/project/ImagesEmbedder
+
+Upstream Author:
+
+ Bernard Marcelly
+
+Copyright Holder:
+
+ Copyright (C) 2009 Bernard Marcelly
+
+License:
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This library 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
+ Lesser General Public License for more details.
+ http://www.opensource.org/licenses/lgpl-license.php
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
+
+The Debian packaging is (C) 2013 AUF -- www.auf.org
+and is licensed under the GPL, see above.
--- /dev/null
+#!/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
+
+# This has to be exported to make some magic below work.
+#export DH_OPTIONS
+
+%:
+ dh $@
--- /dev/null
+activate /usr/lib/libreoffice/share/extensions