[libafs-pag-perl] 01/33: Initial Debian packaging

Russ Allbery eagle at eyrie.org
Thu Dec 28 02:12:46 UTC 2017


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

rra pushed a commit to branch master
in repository libafs-pag-perl.

commit fe9f4d53f1de122a1a804bee2bc861ae863718f4
Author: Russ Allbery <rra at stanford.edu>
Date:   Thu Sep 12 21:45:11 2013

    Initial Debian packaging
---
 debian/changelog |  6 ++++++
 debian/compat    |  1 +
 debian/control   | 20 ++++++++++++++++++++
 debian/copyright | 38 ++++++++++++++++++++++++++++++++++++++
 debian/rules     | 10 ++++++++++
 5 files changed, 75 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ea0f98d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+libafs-pag-perl (1.00-1) unstable; urgency=low
+
+  * Initial version.  (Closes: #722626)
+
+ -- Russ Allbery <rra at debian.org>  Thu, 12 Sep 2013 14:33:13 -0700
+
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..4b1863f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: libafs-pag-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 9), libconfig-autoconf-perl,
+ libmodule-build-perl, libtest-minimumversion-perl, libtest-pod-perl,
+ libtest-pod-coverage-perl, libtest-strict-perl, libtest-synopsis-perl
+Maintainer: Russ Allbery <rra at debian.org>
+Standards-Version: 3.9.4
+Homepage: http://www.eyrie.org/~eagle/software/afs-pag/
+Vcs-Git: git://git.eyrie.org/afs/afs-pag.git -b debian
+Vcs-Browser: http://git.eyrie.org/?p=afs/afs-pag.git
+
+Package: libafs-pag-perl
+Architecture: any
+Depends: ${perl:Depends}, ${shlib:Depends}, ${misc:Depends}
+Description: Perl bindings for AFS PAG manipulation
+ AFS::PAG provides the standard PAG and token manipulation functions
+ setpag and unlog to Perl programs as a native module.  It also provides
+ the hasafs and haspag functions to detect whether AFS is running and
+ whether the current process is in a PAG.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1987120
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: http://www.eyrie.org/~eagle/software/afs-pag/
+
+Files: *
+Copyright: 2006-2013
+    The Board of Trustees of the Leland Stanford Junior University
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to permit
+ persons to whom the Software is furnished to do so, subject to the
+ following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT
+ OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
+ THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Files: kafs/sys-syscall.c portable/k_haspag.c portable/macros.h
+ portable/stdbool.h portable/system.h
+Copyright: no copyright notice, see License
+License: rra-public-domain
+ The authors hereby relinquish any claim to any copyright that they may
+ have in this work, whether granted under contract or by operation of law
+ or international treaty, and hereby commit to the public, at large, that
+ they shall not, at any time in the future, seek to enforce any copyright
+ in this work against any person or entity, or prevent any person or
+ entity from copying, publishing, distributing or creating derivative
+ works of this work.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..b751fd7
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+# Enable compiler hardening flags.
+export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow,+pie
+
+%:
+	dh $@
+
+override_dh_installchangelogs:
+	dh_installchangelogs NEWS

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



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