This is an automated email from the git hooks/post-receive script.

stapelberg pushed a commit to branch master
in repository libx11-xcb-perl.

commit 9f6177f90418a143d2b78a3ca1f56312c25c395b
Author: Michael Stapelberg <stapelb...@debian.org>
Date:   Wed Dec 30 00:11:40 2015 +0100

    Initial packaging by dh-make-perl 0.84
---
 debian/changelog                         |  5 ++++
 debian/compat                            |  1 +
 debian/control                           | 49 ++++++++++++++++++++++++++++++++
 debian/copyright                         | 28 ++++++++++++++++++
 debian/libx11-xcb-perl.lintian-overrides |  2 ++
 debian/patches/pod-encoding.patch        | 19 +++++++++++++
 debian/patches/series                    |  1 +
 debian/rules                             |  7 +++++
 debian/source/format                     |  1 +
 debian/source/lintian-overrides          |  2 ++
 debian/upstream/metadata                 |  5 ++++
 debian/watch                             |  2 ++
 12 files changed, 122 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..4506ebe
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+libx11-xcb-perl (0.15-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #603116)
+
+ -- Michael Stapelberg <stapelb...@debian.org>  Tue, 29 Dec 2015 21:41:19 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..dc8582d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,49 @@
+Source: libx11-xcb-perl
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
+Uploaders: Michael Stapelberg <stapelb...@debian.org>
+Build-Depends: debhelper (>= 9.20120312~),
+ libdata-dump-perl,
+ libextutils-depends-perl,
+ libextutils-pkgconfig-perl,
+ libmouse-perl,
+ libmousex-nativetraits-perl,
+ libtest-deep-perl,
+ libtest-exception-perl,
+ libtry-tiny-perl,
+ libxml-descent-perl,
+ libxml-simple-perl,
+ libxs-object-magic-perl,
+ libxcb1-dev,
+ xcb-proto,
+ libxcb-icccm4-dev,
+ libxcb-util0-dev,
+ libxcb-xinerama0-dev,
+ xvfb,
+ xauth,
+ perl (>= 5.17.4)
+Standards-Version: 3.9.6
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libx11-xcb-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libx11-xcb-perl.git
+Homepage: https://metacpan.org/release/X11-XCB
+Testsuite: autopkgtest-pkg-perl
+
+Package: libx11-xcb-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends},
+ libdata-dump-perl,
+ libmouse-perl,
+ libmousex-nativetraits-perl,
+ libtry-tiny-perl,
+ libxml-descent-perl,
+ libxml-simple-perl
+Description: perl bindings for libxcb
+ X11::XCB is a Perl module which wraps libxcb, a library to talk the X11
+ protocol.
+ .
+ Please note that its aim is NOT to provide yet another toolkit for creating
+ graphical applications. It is a low-level method of communicating with X11.
+ Use cases include testcases for all kinds of X11 applications, implementing
+ really simple applications which do not require an graphical toolkit (such as
+ GTK+, QT, etc.) or command-line utilities which communicate with X11.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..31f2863
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/X11-XCB
+Upstream-Contact: Michael Stapelberg, <michael+...@stapelberg.de>
+Upstream-Name: X11-XCB
+
+Files: *
+Copyright: Michael Stapelberg, <michael+...@stapelberg.de>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2015, Michael Stapelberg <stapelb...@debian.org>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ 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 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
diff --git a/debian/libx11-xcb-perl.lintian-overrides 
b/debian/libx11-xcb-perl.lintian-overrides
new file mode 100644
index 0000000..f231820
--- /dev/null
+++ b/debian/libx11-xcb-perl.lintian-overrides
@@ -0,0 +1,2 @@
+# Upstream does not distribute a changelog.
+libx11-xcb-perl: no-upstream-changelog
diff --git a/debian/patches/pod-encoding.patch 
b/debian/patches/pod-encoding.patch
new file mode 100644
index 0000000..d774f3b
--- /dev/null
+++ b/debian/patches/pod-encoding.patch
@@ -0,0 +1,19 @@
+Description: specify pod encoding.
+Author: Michael Stapelberg <stapelb...@debian.org>
+Applied-Upstream: Yes
+
+---
+
+Index: libx11-xcb-perl/lib/X11/XCB/Window.pm
+===================================================================
+--- libx11-xcb-perl.orig/lib/X11/XCB/Window.pm
++++ libx11-xcb-perl/lib/X11/XCB/Window.pm
+@@ -72,6 +72,8 @@ sub _build_hints {
+     return X11::XCB::Sizehints->new(_conn => $self->_conn, window => 
$self->id);
+ }
+ 
++=encoding utf-8
++
+ =head1 NAME
+ 
+ X11::XCB::Window - represents an X11 window
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5766d01
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-encoding.patch
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..c410048
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@
+
+override_dh_auto_test:
+       xvfb-run -a dh_auto_test
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)
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..d7b310e
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# Upstream does not provide a GPG signed release.
+libx11-xcb-perl source: debian-watch-may-check-gpg-signature
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..74330eb
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Archive: CPAN
+Contact: Michael Stapelberg, <michael+...@stapelberg.de>
+Name: X11-XCB
+Repository: git://code.stapelberg.de/X11-XCB
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..bf88c9b
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/X11-XCB   
.*/X11-XCB-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libx11-xcb-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to