--- /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 = B2UConverter-10.01.3.oxt
+
+EXTDIR = /usr/lib/libreoffice/share/extensions
+
+all: build
+
+build:
+
+install:
+ install -m 0755 -d $(DESTDIR)$(EXTDIR)/$(PACKAGE)
+ unzip $(EXTENSION) -d $(DESTDIR)$(EXTDIR)/$(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-b2uconverter (10.01.3) xenial; urgency=low
+
+ * Empaquetage de l'extension LibreOffice.
+
+ -- Progfou <jean-christophe.andre@auf.org> Wed, 08 Jun 2016 16:34:26 -0400
--- /dev/null
+Source: libreoffice-b2uconverter
+Section: editors
+Priority: optional
+Maintainer: Progfou <jean-christophe.andre@auf.org>
+Build-Depends: debhelper (>= 5)
+Standards-Version: 3.9.7
+Homepage: http://extensions.services.openoffice.org/project/b2uconverter
+
+Package: libreoffice-b2uconverter
+Architecture: all
+Depends: ${misc:Depends}, libreoffice-core (>= 1:4.0~), python3-uno
+Enhances: libreoffice-core
+Description: extension LibreOffice de conversion vers Unicode
+ Ce paquet fournit une extension LibreOffice permettant la conversion
+ de documents vietnamien vers Unicode.
+Homepage: http://extensions.services.openoffice.org/project/b2uconverter
--- /dev/null
+This package was debianized by Progfou <jean-christophe.andre@auf.org> on
+Mon, 06 Jun 2016 15:31:49 -0400
+
+It was downloaded from http://extensions.services.openoffice.org/project/b2uconverter
+
+Upstream Author:
+
+ Jean Christophe André <jcandre@hanoilug.org>
+ Lê Quốc Thái <lqthai@hanoilug.org>
+ Võ Đức Phương <vdphuong@hanoilug.org>
+
+Copyright Holder:
+
+ Copyright (C) 2009 Ministère des Sciences et des Technologies du Viêt-Nam
+
+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.
+
+ 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 Street, 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) 2016 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