[libcss-lessp-perl] 01/04: Initial Debianization

Vasudev Kamath vasudev-guest at alioth.debian.org
Sun Nov 3 15:15:06 UTC 2013


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

vasudev-guest pushed a commit to branch master
in repository libcss-lessp-perl.

commit f090c1713139b1aa030fc9a0495033007a959c45
Author: Vasudev Kamath <kamathvasudev at gmail.com>
Date:   Sun Nov 3 20:02:00 2013 +0530

    Initial Debianization
---
 debian/changelog     |    7 +++++++
 debian/compat        |    1 +
 debian/control       |   26 ++++++++++++++++++++++++++
 debian/control.in    |   22 ++++++++++++++++++++++
 debian/copyright     |   27 +++++++++++++++++++++++++++
 debian/rules         |   15 +++++++++++++++
 debian/source/format |    1 +
 7 files changed, 99 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c4e4b0b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+libcss-lessp-perl (0.86-1) unstable; urgency=low
+
+  * Initial Release.
+    Closes: bug#728597.
+
+ -- Vasudev Kamath <kamathvasudev at gmail.com>  Sun, 03 Nov 2013 19:29:24 +0530
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..301160a
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+8
\ No newline at end of file
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..2577f15
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: libcss-lessp-perl
+Section: perl
+Priority: optional
+Build-Depends: cdbs,
+ debhelper,
+ dh-buildinfo,
+ devscripts,
+ perl
+Standards-Version: 3.9.4
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Vasudev Kamath <kamathvasudev at gmail.com>,
+ Jonas Smedegaard <dr at jones.dk>
+Homepage: https://metacpan.org/pod/CSS::LESSp
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcss-lessp-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages
+
+Package: libcss-lessp-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Description: LESS for Perl
+ This module provides helper function which allows parsing and
+ compiling of LESS files into CSS.
+ .
+ This package also privdes binary lessp.pl which can be used to
+ compile LESS files into CSS. Advantage of having it in perl is its
+ extremely fast compared to ruby based less.
\ No newline at end of file
diff --git a/debian/control.in b/debian/control.in
new file mode 100644
index 0000000..72ad694
--- /dev/null
+++ b/debian/control.in
@@ -0,0 +1,22 @@
+Source: libcss-lessp-perl
+Section: perl
+Priority: optional
+Build-Depends: @cdbs@
+Standards-Version: 3.9.4
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Vasudev Kamath <kamathvasudev at gmail.com>,
+ Jonas Smedegaard <dr at jones.dk>
+Homepage: https://metacpan.org/pod/CSS::LESSp
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcss-lessp-perl.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages
+
+Package: libcss-lessp-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Description: LESS for Perl
+ This module provides helper function which allows parsing and
+ compiling of LESS files into CSS.
+ .
+ This package also privdes binary lessp.pl which can be used to
+ compile LESS files into CSS. Advantage of having it in perl is its
+ extremely fast compared to ruby based less.
\ No newline at end of file
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f5a03c4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: CSS-LESSp
+Upstream-Contact: http://rt.cpan.org/Public/Dist/Display.html?Name=CSS-LESSp
+ bug-CSS-LESSp at rt.cpan.org
+Source: https://metacpan.org/pod/CSS::LESSp
+
+Files: debian/*
+Copyright: 2013, Jonas Smedegaard <dr at jones.dk>
+ 2013, Vasudev Kamath <kamathvasudev at gmail.com>
+License: GPL-3+
+
+License: GPL-3+
+ 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 of the License, 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.
+ .
+ Comment:
+ .
+ On Debian systems the 'GNU General Public License' version 3 is located
+ in '/usr/share/common-licenses/GPL-3'.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2bfe93e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/utils.mk
+include /usr/share/cdbs/1/rules/upstream-tarball.mk
+
+include /usr/share/cdbs/1/class/perl-makemaker.mk
+
+pkg = $(DEB_UPSTREAM_SOURCE)
+
+DEB_UPSTREAM_PACKAGE = CSS-LESSp
+DEB_UPSTREAM_URL = http://cpan.metacpan.org/authors/id/D/DR/DRINCHEV
+DEB_UPSTREAM_TARBALL_MD5 = 3d454551f3d9f00372c3508f4d7317ed
+
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..46ebe02
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file

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



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