[dapper] 01/08: Init debian/

Onur Aslan onur at onur.im
Thu Apr 30 14:36:14 UTC 2015


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

onur-guest pushed a commit to branch master
in repository dapper.

commit c2ea9f5c937cfb948c609c5e460b528e0d4e930f
Author: Onur Aslan <onuraslan at gmail.com>
Date:   Thu Apr 30 16:31:02 2015 +0300

    Init debian/
---
 debian/changelog               | 12 +++++++++++
 debian/compat                  |  1 +
 debian/control                 | 46 ++++++++++++++++++++++++++++++++++++++++++
 debian/copyright               | 31 ++++++++++++++++++++++++++++
 debian/libapp-dapper-perl.docs |  1 +
 debian/rules                   |  4 ++++
 debian/source/format           |  1 +
 debian/upstream/metadata       |  5 +++++
 debian/watch                   |  2 ++
 9 files changed, 103 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c827c85
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,12 @@
+dapper (0.18-1) UNRELEASED; urgency=low
+
+  TODO:
+  - Make package for depens:
+    + libfile-monitor-perl
+    + libhttp-server-brick-perl
+    + libtext-multimarkdown-perl
+  - Fill ITP bug.
+
+  * Initial Release.
+
+ -- Onur Aslan <onur at onur.im>  Thu, 30 Apr 2015 14:24:27 +0300
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..558eaca
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,46 @@
+Source: dapper
+Section: perl
+Priority: optional
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Onur Aslan <onur at onur.im>
+Build-Depends: debhelper (>= 9)
+Build-Depends-Indep: perl,
+  libdatetime-perl,
+  libdatetime-format-xsd-perl,
+  libfile-monitor-perl,
+  libgetopt-mixed-perl,
+  libhttp-server-brick,
+  libjson-perl,
+  libtemplate-perl,
+  libtemplate-alloy-perl,
+  libtext-markdown-perl,
+  libtext-multimarkdown-perl,
+  libyaml-tiny-perl
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libapp-dapper-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libapp-dapper-perl.git
+Homepage: https://metacpan.org/release/App-Dapper
+Testsuite: autopkgtest-pkg-perl
+
+Package: dapper
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+  libdatetime-perl,
+  libdatetime-format-xsd-perl,
+  libfile-monitor-perl,
+  libgetopt-mixed-perl,
+  libhttp-server-brick,
+  libjson-perl,
+  libtemplate-perl,
+  libtemplate-alloy-perl,
+  libtext-markdown-perl,
+  libtext-multimarkdown-perl,
+  libyaml-tiny-perl
+Description: publishing tool for static websites
+ .
+ Features
+ .
+ * Written in perl, available as a command line utility after installing.
+ * Content is written in Markdown.
+ * Layouts are developed using TT3 from the Template::Alloy templating engine.
+ * Configuration files and attributes are encoded with YAML.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..fabcc8e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Source: https://metacpan.org/release/App-Dapper
+Upstream-Contact: Mark Benson <markbenson at vanilladraft.com>
+Upstream-Name: dapper
+
+Files: *
+Copyright: 2002-2014 Mark Benson <markbenson at vanilladraft.com>
+License: Expat
+
+Files: debian/*
+Copyright: 2015, Onur Aslan <onur at onur.im>
+License: Expat
+
+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.
diff --git a/debian/libapp-dapper-perl.docs b/debian/libapp-dapper-perl.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/libapp-dapper-perl.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
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/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..e1437ed
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,5 @@
+---
+Archive: CPAN
+Contact: Mark Benson <markbenson at vanilladraft.com>
+Name: App-Dapper
+Repository: https://github.com/markdbenson/dapper
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..760357a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://metacpan.org/release/App-Dapper   .*/App-Dapper-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

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



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