[libopengl-perl] 06/09: Mark package as autopkgtest-able.

gregor herrmann gregoa at debian.org
Sat May 2 19:55:53 UTC 2015


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

gregoa pushed a commit to branch master
in repository libopengl-perl.

commit 194d3757135cde0b655be5157a9470795145577c
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 2 21:43:46 2015 +0200

    Mark package as autopkgtest-able.
---
 debian/control                   | 33 ++++++++++++++++++---------------
 debian/tests/pkg-perl/test-files |  2 ++
 2 files changed, 20 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index a386e1a..b390f88 100644
--- a/debian/control
+++ b/debian/control
@@ -1,27 +1,30 @@
 Source: libopengl-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>,
+           Niko Tyni <ntyni at debian.org>,
+           Damyan Ivanov <dmn at debian.org>,
+           Ryan Niebur <ryan at debian.org>,
+           Chris Butler <chrisb at debian.org>,
+           Florian Schlichting <fsfs at debian.org>
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
 Build-Depends: debhelper (>= 9.20120312),
- freeglut3-dev,
- libgl1-mesa-dev | libgl-dev,
- libglu1-mesa-dev | libglu-dev,
- libx11-dev,
- perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: gregor herrmann <gregoa at debian.org>,
- Niko Tyni <ntyni at debian.org>,
- Damyan Ivanov <dmn at debian.org>,
- Ryan Niebur <ryan at debian.org>,
- Chris Butler <chrisb at debian.org>,
- Florian Schlichting <fsfs at debian.org>
+               freeglut3-dev,
+               libgl1-mesa-dev | libgl-dev,
+               libglu1-mesa-dev | libglu-dev,
+               libx11-dev,
+               perl
 Standards-Version: 3.9.6
-Homepage: https://metacpan.org/release/OpenGL
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libopengl-perl.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libopengl-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libopengl-perl.git
+Homepage: https://metacpan.org/release/OpenGL
 
 Package: libopengl-perl
 Architecture: any
-Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         ${shlibs:Depends}
 Description: Perl interface providing graphics display using OpenGL
  OpenGL is a Perl module that provides an interface to most of Open Graphics
  Library, API versions 1.0, 1.1 and 1.2. There is full support for the Utility
diff --git a/debian/tests/pkg-perl/test-files b/debian/tests/pkg-perl/test-files
new file mode 100644
index 0000000..02beaa1
--- /dev/null
+++ b/debian/tests/pkg-perl/test-files
@@ -0,0 +1,2 @@
+# only t/, not test.pl; as in debian/rules
+t/

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



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