[libdevel-callparser-perl] 01/01: Initial packaging release.

2015-02-25 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libdevel-callparser-perl.

commit 2ce23c6a2a333633f42b5881942fa58bc54c39b9
Author: Jonas Smedegaard 
Date:   Wed Feb 25 18:44:21 2015 +0100

Initial packaging release.
---
 debian/README.source   | 11 ++
 debian/changelog   |  6 +
 debian/compat  |  1 +
 debian/control | 37 +++
 debian/control.in  | 27 +++
 debian/copyright   | 53 +
 debian/copyright_hints | 59 ++
 debian/gbp.conf|  8 +++
 debian/rules   | 46 +++
 debian/source/format   |  1 +
 debian/watch   |  4 
 11 files changed, 253 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 000..f88449e
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,11 @@
+CDBS+git-buildpackage
+-
+
+This source package uses CDBS and git-buildpackage.  NMUs need not (but
+are encouraged to) make special use of these tools.  In particular, the
+debian/control.in file can be completely ignored.
+
+More info here: http://wiki.debian.org/CDBS+git-buildpackage
+
+
+ -- Jonas Smedegaard   Mon, 18 Feb 2013 12:55:37 +0100
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..b149059
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libdevel-callparser-perl (0.002-1) unstable; urgency=low
+
+  * Initial packaging release.
+Closes: bug#779199.
+
+ -- Jonas Smedegaard   Wed, 25 Feb 2015 18:43:45 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..07735a1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: libdevel-callparser-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ libmodule-build-perl,
+ debhelper,
+ dh-buildinfo,
+ libdevel-callchecker-perl,
+ libdynaloader-functions-perl,
+ perl (>= 5.11.2),
+ libdata-alias-perl (>= 1.13),
+ libdevel-declare-perl (>= 0.006004),
+ libindirect-perl (>= 0.27)
+Maintainer: Debian Perl Group 
+Uploaders: Jonas Smedegaard 
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-callparser-perl
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdevel-callparser-perl.git
+Homepage: https://metacpan.org/release/Devel-CallParser
+
+Package: libdevel-callparser-perl
+Architecture: any
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends}
+Breaks: ${cdbs:Breaks}
+Description: custom parsing attached to subroutines
+ Devel::CallParser provides a C API, for XS modules, concerned with
+ custom parsing.  It is centred around the function cv_set_call_parser,
+ which allows XS code to attach a magical annotation to a Perl
+ subroutine, resulting in resolvable calls to that subroutine having
+ their arguments parsed by arbitrary C code.  (This is a more
+ conveniently structured facility than the core's PL_keyword_plugin
+ API.)  This module makes cv_set_call_parser and several supporting
+ functions available.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 000..6c139d2
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,27 @@
+Source: libdevel-callparser-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Maintainer: Debian Perl Group 
+Uploaders: Jonas Smedegaard 
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-callparser-perl
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdevel-callparser-perl.git
+Homepage: https://metacpan.org/release/Devel-CallParser
+
+Package: libdevel-callparser-perl
+Architecture: any
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends}
+Breaks: ${cdbs:Breaks}
+Description: custom parsing attached to subroutines
+ Devel::CallParser provides a C API, for XS modules, concerned with
+ custom parsing.  It is centred around the function cv_set_call_parser,
+ which allows XS code to attach a magical annotation to a Perl
+ subroutine, resulting in resolvable calls to that subroutine having
+ their arguments parsed by arbitrary C code.  (This is a more
+ conveniently structured facility than the core's PL_keyword_plugin
+ API.)  This module makes cv_set_call_parser and several supporting
+ functions available.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..08b4a9a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,53 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Devel::CallParser
+Upstream-Contact: http://rt.cpan.org/Dist/Display.html?Queue=Devel-CallParser
+Source

[libdevel-callparser-perl] 01/01: Initial packaging release.

2015-02-25 Thread Jonas Smedegaard
This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libdevel-callparser-perl.

commit 6c9f19447dd03afb2ac650087678b8ea75102050
Author: Jonas Smedegaard 
Date:   Wed Feb 25 18:44:21 2015 +0100

Initial packaging release.
---
 debian/README.source   | 11 ++
 debian/changelog   |  6 +
 debian/compat  |  1 +
 debian/control | 33 
 debian/control.in  | 27 +++
 debian/copyright   | 53 +
 debian/copyright_hints | 59 ++
 debian/gbp.conf|  8 +++
 debian/rules   | 39 +
 debian/source/format   |  1 +
 debian/watch   |  4 
 11 files changed, 242 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 000..f88449e
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,11 @@
+CDBS+git-buildpackage
+-
+
+This source package uses CDBS and git-buildpackage.  NMUs need not (but
+are encouraged to) make special use of these tools.  In particular, the
+debian/control.in file can be completely ignored.
+
+More info here: http://wiki.debian.org/CDBS+git-buildpackage
+
+
+ -- Jonas Smedegaard   Mon, 18 Feb 2013 12:55:37 +0100
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 000..b149059
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libdevel-callparser-perl (0.002-1) unstable; urgency=low
+
+  * Initial packaging release.
+Closes: bug#779199.
+
+ -- Jonas Smedegaard   Wed, 25 Feb 2015 18:43:45 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 000..45a4fb7
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644
index 000..1cf738b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,33 @@
+Source: libdevel-callparser-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ debhelper,
+ dh-buildinfo,
+ libdevel-callchecker-perl,
+ libdynaloader-functions-perl,
+ perl (>= 5.11.2)
+Maintainer: Debian Perl Group 
+Uploaders: Jonas Smedegaard 
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-callparser-perl
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdevel-callparser-perl.git
+Homepage: https://metacpan.org/release/Devel-CallParser
+
+Package: libdevel-callparser-perl
+Architecture: any
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends}
+Breaks: ${cdbs:Breaks}
+Description: custom parsing attached to subroutines
+ Devel::CallParser provides a C API, for XS modules, concerned with
+ custom parsing.  It is centred around the function cv_set_call_parser,
+ which allows XS code to attach a magical annotation to a Perl
+ subroutine, resulting in resolvable calls to that subroutine having
+ their arguments parsed by arbitrary C code.  (This is a more
+ conveniently structured facility than the core's PL_keyword_plugin
+ API.)  This module makes cv_set_call_parser and several supporting
+ functions available.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 000..6c139d2
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,27 @@
+Source: libdevel-callparser-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Maintainer: Debian Perl Group 
+Uploaders: Jonas Smedegaard 
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdevel-callparser-perl
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdevel-callparser-perl.git
+Homepage: https://metacpan.org/release/Devel-CallParser
+
+Package: libdevel-callparser-perl
+Architecture: any
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends}
+Breaks: ${cdbs:Breaks}
+Description: custom parsing attached to subroutines
+ Devel::CallParser provides a C API, for XS modules, concerned with
+ custom parsing.  It is centred around the function cv_set_call_parser,
+ which allows XS code to attach a magical annotation to a Perl
+ subroutine, resulting in resolvable calls to that subroutine having
+ their arguments parsed by arbitrary C code.  (This is a more
+ conveniently structured facility than the core's PL_keyword_plugin
+ API.)  This module makes cv_set_call_parser and several supporting
+ functions available.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 000..08b4a9a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,53 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Devel::CallParser
+Upstream-Contact: http://rt.cpan.org/Dist/Display.html?Queue=Devel-CallParser
+Source: http://search.cpan.org/dist/Devel-CallParser/
+
+Files: *
+Copyright: 2011,2013, Andrew Main (Zefram) 
+License: Artistic or GPL-1+