[libgstreamer1-perl] 03/03: upload to unstable (debian/0.003-1)

Mike Gabriel sunweaver at debian.org
Wed Jun 28 09:21:22 UTC 2017


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

sunweaver pushed a commit to branch master
in repository libgstreamer1-perl.

commit ae01e5ff67690414ad0e06f04f7de5846fba3d4b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Jun 28 11:18:37 2017 +0200

    upload to unstable (debian/0.003-1)
---
 debian/changelog                                   |  4 +-
 debian/compat                                      |  2 +-
 debian/control                                     | 12 ++---
 debian/copyright                                   | 59 +++++++++++++++++-----
 debian/copyright.in                                | 52 +++++++++++++++++++
 debian/files                                       |  1 +
 ...make-intepreter-path-in-examples-absolute.patch | 19 +++++++
 debian/patches/series                              |  1 +
 debian/rules                                       |  3 ++
 9 files changed, 130 insertions(+), 23 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c33d959..726e2bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 libgstreamer1-perl (0.003-1) unstable; urgency=low
 
-  * Initial Release.
+  * Initial Release to Debian. (Closes: #865643).
 
- -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Fri, 21 Apr 2017 13:42:19 +0000
+ -- Mike Gabriel <sunweaver at debian.org>  Fri, 21 Apr 2017 13:42:19 +0000
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 18b2c74..23b0c1f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,15 @@
 Source: libgstreamer1-perl
 Section: perl
 Priority: optional
-Maintainer: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-Build-Depends: debhelper (>= 9)
+Maintainer: Mike Gabriel <sunweaver at debian.org>
+Build-Depends: debhelper (>= 10)
 Build-Depends-Indep: libdevel-checklib-perl (>= 0.9),
  libglib-object-introspection-perl (>= 0.009),
  libtest-pod-perl,
- perl
-Standards-Version: 3.9.8
+ libgstreamer1.0-dev,
+ libgstreamer-plugins-base1.0-dev,
+ perl,
+Standards-Version: 4.0.0
 Homepage: https://metacpan.org/release/GStreamer1
 
 Package: libgstreamer1-perl
@@ -21,5 +23,3 @@ Description: Bindings for GStreamer 1.0, the open source multimedia framework
  Because it's introspection-based, most of the classes follow directly from
  the C API. Therefore, most of the documentation is by example rather than a
  full breakdown of the class structure.
- .
- This description was automagically extracted from the module by dh-make-perl.
diff --git a/debian/copyright b/debian/copyright
index d4b2de9..2475402 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,23 +1,32 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Source: https://metacpan.org/release/GStreamer1
 Upstream-Contact: Timm Murray <tmurray at wumpus-cave.net>
-Upstream-Name: GStreamer1
-DISCLAIMER: This copyright info was automatically extracted
- from the perl module. It may not be accurate, so you better
- check the module sources in order to ensure the module for its
- inclusion in Debian or for general legal information. Please,
- if licensing information is incorrectly generated, file a bug
- on dh-make-perl.
- NOTE: Don't forget to remove this disclaimer once you are happy
- with this file.
+Upstream-Name: perl-GStreamer1
 
-Files: *
-Copyright: Timm Murray <tmurray at wumpus-cave.net>
-License: 
+Files: lib/GStreamer1.pm
+ lib/GStreamer1/Caps/Simple.pm
+ t/001_load.t
+ t/010_caps_simple.t
+Copyright: 2014, Timm Murray <tmurray at wumpus-cave.net>
+License: BSD-2-clause
+
+Files: CHANGELOG
+ MANIFEST
+ META.json
+ Makefile.PL
+ dist.ini
+ examples/hello.pl
+ examples/rpi_pic.pl
+ examples/symdump.pl
+ t/002_pod.t
+Copyright: 2014, Timm Murray <tmurray at wumpus-cave.net>
+License: BSD-2-clause
+Comment:
+ Assuming copyright and license from other code files.
 
 Files: debian/*
-Copyright: 2017, Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
-License: Artistic or GPL-1+
+Copyright: 2017, Mike Gabriel <sunweaver at debian.org>
+License: Artistic or GPL-1+ or BSD-2-clause
 
 License: Artistic
  This program is free software; you can redistribute it and/or modify
@@ -34,3 +43,25 @@ License: GPL-1+
  .
  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'.
+
+License: BSD-2-clause
+ Redistribution and use in source and binary forms, with or without 
+ modification, are permitted provided that the following conditions are met:
+ .
+     * Redistributions of source code must retain the above copyright notice, 
+       this list of conditions and the following disclaimer.
+     * Redistributions in binary form must reproduce the above copyright 
+       notice, this list of conditions and the following disclaimer in the 
+       documentation and/or other materials provided with the distribution.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
+ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
+ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 
+ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 
+ POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/copyright.in b/debian/copyright.in
new file mode 100644
index 0000000..b405cc9
--- /dev/null
+++ b/debian/copyright.in
@@ -0,0 +1,52 @@
+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: CHANGELOG
+ debian/changelog
+ debian/compat
+ debian/control
+ debian/libgstreamer1-perl.examples
+ debian/rules
+ debian/source/format
+ debian/upstream
+ debian/watch
+ examples/hello.pl
+ examples/rpi_pic.pl
+ examples/symdump.pl
+ t/002_pod.t
+Copyright: NONE
+License: UNKNOWN
+ FIXME
+
+Files: lib/GStreamer1.pm
+ lib/GStreamer1/Caps/Simple.pm
+ t/001_load.t
+ t/010_caps_simple.t
+Copyright: 2014, Timm Murray
+License: BSD (2 clause)
+ FIXME
+
+Files: META.json
+ dist.ini
+Copyright: NONE
+License: BSD (unspecified)
+ FIXME
+
+Files: debian/copyright
+Copyright: -format/1.0/
+License: Artistic BSD (2 clause) GPL (v1)
+ FIXME
+
+Files: Makefile.PL
+Copyright: NONE
+License: BSD (unspecified) GENERATED FILE
+ FIXME
+
+Files: MANIFEST
+Copyright: NONE
+License: GENERATED FILE
+ FIXME
+
diff --git a/debian/files b/debian/files
new file mode 100644
index 0000000..4453a75
--- /dev/null
+++ b/debian/files
@@ -0,0 +1 @@
+libgstreamer1-perl_0.003-1_source.buildinfo perl optional
diff --git a/debian/patches/1001_make-intepreter-path-in-examples-absolute.patch b/debian/patches/1001_make-intepreter-path-in-examples-absolute.patch
new file mode 100644
index 0000000..c50eb16
--- /dev/null
+++ b/debian/patches/1001_make-intepreter-path-in-examples-absolute.patch
@@ -0,0 +1,19 @@
+Description: Example files: Use absolute path for interpreter call in shebang
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+
+--- a/examples/hello.pl
++++ b/examples/hello.pl
+@@ -1,4 +1,4 @@
+-#!perl
++#!/usr/bin/perl
+ use v5.12;
+ use warnings;
+ use GStreamer1;
+--- a/examples/symdump.pl
++++ b/examples/symdump.pl
+@@ -1,4 +1,4 @@
+-#!perl
++#!/usr/bin/perl
+ use v5.12;
+ use warnings;
+ use GStreamer1;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f69d484
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1001_make-intepreter-path-in-examples-absolute.patch
diff --git a/debian/rules b/debian/rules
index 2d33f6a..6749484 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,6 @@
 
 %:
 	dh $@
+
+get-orig-source:
+	uscan --noconf --force-download --rename --download-current-version --destdir=..

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



More information about the Pkg-perl-cvs-commits mailing list