commit 6095bda992e881b05926e666179eb2b9de7e2e52 Author: Dietmar Maurer Date: Tue Mar 19 06:47:32 2013 +0100 Initial import diff --git a/Gtk3-WebKit-0.03.tar.gz b/Gtk3-WebKit-0.03.tar.gz new file mode 100644 index 0000000..a51a9a3 Binary files /dev/null and b/Gtk3-WebKit-0.03.tar.gz differ diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..2f9b87f --- /dev/null +++ b/Makefile @@ -0,0 +1,38 @@ +RELEASE=3.0 + +PACKAGE=libgtk3-webkit-perl +PKGREL=1 + +ARCH=all + +OPKGNAME=Gtk3-WebKit-0.03 +DEB = ${PACKAGE}_0.03-${PKGREL}_${ARCH}.deb + +${DEB}: ${OPKGNAME}.tar.gz + -rm -rf ${OPKGNAME} + tar xzf ${OPKGNAME}.tar.gz + cp -a debian ${OPKGNAME} +# echo "Architecture: ${ARCH}" >> ${OPKGNAME}/debian/control + cd ${OPKGNAME}; dpkg-buildpackage -rfakeroot -b -us -uc + -rm -rf ${OPKGNAME} + lintian ${DEB} + + +.phony: upload +upload: ${DEB} + umount /pve/${RELEASE}; mount /pve/${RELEASE} -o rw + mkdir -p /pve/${RELEASE}/extra + rm -rf /pve/${RELEASE}/extra/${PACKAGE}_*.deb + rm -f /pve/${RELEASE}/extra/Packages* + cp ${DEB} /pve/${RELEASE}/extra + cd /pve/${RELEASE}/extra; dpkg-scanpackages . /dev/null | gzip -9c > Packages.gz + umount /pve/${RELEASE}; mount /pve/${RELEASE} -o ro + +.PHONY: dinstall +dinstall: ${DEB} + dpkg -i ${DEB} + +.phony: clean +clean: + rm -rf *~ debian/*~ ${OPKGNAME} ${PACKAGE}_* + diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..e3dc050 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +libgtk3-webkit-perl (0.03-1) unstable; urgency=low + + * Initial Release. + + -- Proxmox Support Team Tue, 19 Mar 2013 06:27:36 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0282434 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: libgtk3-webkit-perl +Section: perl +Priority: optional +Maintainer: Proxmox Support Team +Build-Depends: debhelper (>= 8) +Build-Depends-Indep: perl +Standards-Version: 3.9.2 +Homepage: http://search.cpan.org/dist/Gtk3-WebKit/ + +Package: libgtk3-webkit-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libgtk3-perl, gir1.2-webkit-3.0 +Description: WebKit bindings for Perl + Gtk3::WebKit provides the Perl bindings for the Gtk3 port of WebKit. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3d69af2 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,26 @@ +This is the Proxmox debian package for the Gtk3-WebKit module. +It was created by the Proxmox Support Team +using dh-make-perl. + +COPYRIGHT AND LICENSE + + Copyright (C) 2011, 2012 by Emmanuel Rodriguez. + + 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 St, Fifth Floor, Boston, MA 02110-1301 USA + +The complete text of the GNU Lesser General Public License can be +found in `/usr/share/common-licenses/LGPL-2.1'. + +Debian package files are released under same license. \ No newline at end of file diff --git a/debian/libgtk3-webkit-perl.docs b/debian/libgtk3-webkit-perl.docs new file mode 100644 index 0000000..e845566 --- /dev/null +++ b/debian/libgtk3-webkit-perl.docs @@ -0,0 +1 @@ +README diff --git a/debian/libgtk3-webkit-perl.examples b/debian/libgtk3-webkit-perl.examples new file mode 100644 index 0000000..e39721e --- /dev/null +++ b/debian/libgtk3-webkit-perl.examples @@ -0,0 +1 @@ +examples/* diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)