mirror of
https://git.proxmox.com/git/libgtk3-webkit-perl
synced 2025-10-04 17:09:31 +00:00
Initial import
This commit is contained in:
commit
6095bda992
BIN
Gtk3-WebKit-0.03.tar.gz
Normal file
BIN
Gtk3-WebKit-0.03.tar.gz
Normal file
Binary file not shown.
38
Makefile
Normal file
38
Makefile
Normal file
@ -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}_*
|
||||||
|
|
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
libgtk3-webkit-perl (0.03-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Initial Release.
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Tue, 19 Mar 2013 06:27:36 +0100
|
1
debian/compat
vendored
Normal file
1
debian/compat
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
8
|
14
debian/control
vendored
Normal file
14
debian/control
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
Source: libgtk3-webkit-perl
|
||||||
|
Section: perl
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
|
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.
|
26
debian/copyright
vendored
Normal file
26
debian/copyright
vendored
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
This is the Proxmox debian package for the Gtk3-WebKit module.
|
||||||
|
It was created by the Proxmox Support Team <support@proxmox.com>
|
||||||
|
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.
|
1
debian/libgtk3-webkit-perl.docs
vendored
Normal file
1
debian/libgtk3-webkit-perl.docs
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
README
|
1
debian/libgtk3-webkit-perl.examples
vendored
Normal file
1
debian/libgtk3-webkit-perl.examples
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
examples/*
|
4
debian/rules
vendored
Executable file
4
debian/rules
vendored
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.0 (quilt)
|
Loading…
Reference in New Issue
Block a user