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

js pushed a commit to branch master
in repository libdbicx-sugar-perl.

commit c92185711cc9d59751a52d99e0ff3147eb42576f
Author: Jonas Smedegaard <d...@jones.dk>
Date:   Fri Aug 7 16:17:34 2015 +0200

    Initial packaging.
---
 debian/README.source            | 11 +++++++++
 debian/changelog                |  6 +++++
 debian/compat                   |  1 +
 debian/control                  | 37 +++++++++++++++++++++++++++
 debian/control.in               | 22 +++++++++++++++++
 debian/copyright                | 34 +++++++++++++++++++++++++
 debian/copyright_hints          | 55 +++++++++++++++++++++++++++++++++++++++++
 debian/gbp.conf                 |  5 ++++
 debian/rules                    | 46 ++++++++++++++++++++++++++++++++++
 debian/source/format            |  1 +
 debian/source/lintian-overrides |  8 ++++++
 debian/watch                    |  4 +++
 12 files changed, 230 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..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 <d...@jones.dk>  Mon, 18 Feb 2013 12:55:37 +0100
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e594d06
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libdbicx-sugar-perl (0.0001-1) unstable; urgency=low
+
+  * Initial packaging release.
+    Closes: bug#794874.
+
+ -- Jonas Smedegaard <d...@jones.dk>  Fri, 07 Aug 2015 16:17:20 +0200
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..3312366
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: libdbicx-sugar-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ devscripts,
+ perl,
+ debhelper,
+ dh-buildinfo,
+ libdbi-perl,
+ libdbix-class-perl,
+ libyaml-perl,
+ libsql-translator-perl (>= 0.11018),
+ libdbix-class-schema-loader-perl,
+ libdbd-sqlite3-perl,
+ libtest-modern-perl,
+ libtest-requires-perl,
+ libmoose-perl,
+ libmoosex-types-perl,
+ libmoosex-types-loadableclass-perl
+Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <d...@jones.dk>
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbicx-sugar-perl
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdbicx-sugar-perl.git
+Homepage: http://search.cpan.org/dist/DBICx-Sugar/
+
+Package: libdbicx-sugar-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, ${cdbs:Depends}
+Recommends: ${cdbs:Recommends}
+Description: syntax sugar for DBIx::Class
+ DBICx::Sugar provides some syntax sugar for your DBIx::Class
+ applications.
+ .
+ DBIx::Class is an SQL to OO mapper with an object API inspired by
+ Class::DBI and a resultset API that allows abstract encapsulation of
+ database operations.
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..82439d7
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,22 @@
+Source: libdbicx-sugar-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
+Uploaders: Jonas Smedegaard <d...@jones.dk>
+Standards-Version: 3.9.6
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbicx-sugar-perl
+Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libdbicx-sugar-perl.git
+Homepage: http://search.cpan.org/dist/DBICx-Sugar/
+
+Package: libdbicx-sugar-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, ${cdbs:Depends}
+Recommends: ${cdbs:Recommends}
+Description: syntax sugar for DBIx::Class
+ DBICx::Sugar provides some syntax sugar for your DBIx::Class
+ applications.
+ .
+ DBIx::Class is an SQL to OO mapper with an object API inspired by
+ Class::DBI and a resultset API that allows abstract encapsulation of
+ database operations.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..e5cae77
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: DBICx::Sugar
+Upstream-Contact: https://github.com/ironcamel/DBICx-Sugar/issues
+Source: http://search.cpan.org/dist/DBICx-Sugar/
+ git://github.com/ironcamel/DBICx-Sugar
+
+Files: *
+Copyright:
+  © 2015, Naveed Massjouni <nav...@vt.edu>
+License-Grant:
+ This is free software; you can redistribute it and/or modify it under
+ the same terms as the Perl 5 programming language system itself.
+License: Artistic or GPL-1+
+Comment:
+ Perl is licensed under either the 'Artistic license' or the 'GNU
+ General Public License' version 1 or later.
+
+Files: debian/*
+Copyright: 2015, Jonas Smedegaard <d...@jones.dk>
+License-Grant:
+ 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 3, or (at your option) any
+ later version.
+License: GPL-3+
+
+License: Artistic
+License-Reference: /usr/share/common-licenses/Artistic
+
+License: GPL-1+
+License-Reference: /usr/share/common-licenses/GPL-1
+
+License: GPL-3+
+License-Reference: /usr/share/common-licenses/GPL-3
diff --git a/debian/copyright_hints b/debian/copyright_hints
new file mode 100644
index 0000000..af219fd
--- /dev/null
+++ b/debian/copyright_hints
@@ -0,0 +1,55 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: FIXME
+Upstream-Contact: FIXME
+Source: FIXME
+Disclaimer: Autogenerated by CDBS
+
+Files: Changes
+ MANIFEST
+ META.yml
+ Makefile.PL
+ debian/README.source
+ debian/compat
+ debian/control
+ debian/control.in
+ debian/gbp.conf
+ debian/source/format
+ debian/source/lintian-overrides
+ debian/watch
+ dist.ini
+ t/00-compile.t
+ t/01-single-schema.t
+ t/02-multiple-schemas.t
+ t/03-dynamic-schemas.t
+ t/04-testapp.t
+ t/05-schema-aliases.t
+ t/06-replicated.t
+ t/lib/Foo.pm
+ t/lib/Foo/Result/User.pm
+ t/lib/TestApp.pm
+Copyright: *No copyright*
+License: UNKNOWN
+ FIXME
+
+Files: README
+ lib/Dancer/Plugin/DBIC.pm
+Copyright: 2010, awncorp
+  AND LICENSE
+License: UNKNOWN
+ FIXME
+
+Files: debian/rules
+Copyright: 2011-2014, Jonas Smedegaard <d...@jones.dk>
+License: GPL-3+
+ FIXME
+
+Files: LICENSE
+Copyright: 1989, Free Software Foundation, Inc
+  19xx name of author
+  19yy <name of author>
+  2010, awncorp
+  disclaimer" for the program, if
+  the software, and
+License: GPL-ever
+ FIXME
+
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..a7281f9
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,5 @@
+# Configuration file for git-buildpackage and friends
+
+[DEFAULT]
+pristine-tar = True
+sign-tags = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..161a689
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,46 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+# Copyright © 2015 Jonas Smedegaard <d...@jones.dk>
+# Description: Main Debian packaging script for DBICx::Sugar
+#
+# 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 3, or (at your option)
+# any later version.
+#
+# This program 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
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+include /usr/share/cdbs/1/rules/upstream-tarball.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/class/perl-makemaker.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+pkg = $(DEB_SOURCE_PACKAGE)
+
+DEB_UPSTREAM_PACKAGE = DBICx-Sugar
+DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/I/IR/IRONCAMEL
+
+# Build-depend unversioned on debhelper
+#  TODO: Drop when adopted in cdbs
+CDBS_BUILD_DEPENDS_rules_debhelper_v9 = debhelper
+
+# Needed by upstream tests and (always/often) at runtime
+deps = libdbi-perl, libdbix-class-perl, libyaml-perl
+deps +=, libsql-translator-perl (>= 0.11018)
+deps-recommend +=, libdbix-class-schema-loader-perl, libdbd-sqlite3-perl
+
+# Needed (always/optionally) by upstream tests
+deps-test = libtest-modern-perl, libtest-requires-perl
+deps-test-opt = libmoose-perl, libmoosex-types-perl
+deps-test-opt +=, libmoosex-types-loadableclass-perl
+
+CDBS_BUILD_DEPENDS +=, $(deps), $(deps-recommend), $(deps-test)
+CDBS_BUILD_DEPENDS +=, $(deps-test-opt)
+CDBS_DEPENDS_$(pkg) = $(deps)
+CDBS_RECOMMENDS_$(pkg) = $(deps-recommend)
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..dce4650
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,8 @@
+# License is in License-Reference field (see bug#786450)
+missing-license-text-in-dep5-copyright
+
+# License is in License-Reference field (see bug#786450)
+missing-license-paragraph-in-dep5-copyright
+
+# Debhelper 9 is satisfied even in oldstable
+package-needs-versioned-debhelper-build-depends 9
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..4542985
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# Run the "uscan" command to check for upstream updates and more.
+version=3
+http://www.cpan.org/authors/id/I/IR/IRONCAMEL/DBICx-Sugar-([\d.]+)\.tar\.\S+
+http://metacpan.org/release/DBICx-Sugar .*/DBICx-Sugar-([\d.]+)\.tar\.\S+

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libdbicx-sugar-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