[libcss-lessp-perl] 17/17: Prepare for release: Update changelog, control file and copyright hints.

Jonas Smedegaard dr at jones.dk
Wed Aug 12 21:47:39 UTC 2015


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

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

commit 2961ed87b789e9b28b7b574f12858d12920d64de
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Aug 12 23:44:55 2015 +0200

    Prepare for release: Update changelog, control file and copyright hints.
---
 debian/changelog       |  4 ++--
 debian/control         | 22 ++++++++++++----------
 debian/copyright_hints | 13 +++++++++++--
 3 files changed, 25 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 80e52f0..a6f6dca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
-libcss-lessp-perl (0.86-1) UNRELEASED; urgency=low
+libcss-lessp-perl (0.86-1) unstable; urgency=medium
 
   [ Vasudev Kamath ]
   * Initial Release.
     Closes: bug#728597.
 
- -- Vasudev Kamath <kamathvasudev at gmail.com>  Fri, 14 Mar 2014 20:28:54 +0530
+ -- Jonas Smedegaard <dr at jones.dk>  Wed, 12 Aug 2015 23:44:52 +0200
diff --git a/debian/control b/debian/control
index c43a434..f7f187d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,11 +2,11 @@ Source: libcss-lessp-perl
 Section: perl
 Priority: optional
 Build-Depends: cdbs,
- debhelper,
- dh-buildinfo,
  devscripts,
- perl
-Standards-Version: 3.9.5
+ perl,
+ debhelper,
+ dh-buildinfo
+Standards-Version: 3.9.6
 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>
@@ -16,11 +16,13 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages
 
 Package: libcss-lessp-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, ${cdbs:Depends}
+Depends: ${cdbs:Depends},
+ ${misc:Depends},
+ ${perl:Depends}
 Description: LESS for Perl
- This module provides helper function which allows parsing and
- compiling of LESS files into CSS.
+ CSS::LESSp 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
+ This package also provides binary lessp which can be used to compile
+ LESS files into CSS. Advantage of having it in perl is it is extremely
+ fast compared to ruby-based less.
diff --git a/debian/copyright_hints b/debian/copyright_hints
index 02fdeb0..03a2fe5 100644
--- a/debian/copyright_hints
+++ b/debian/copyright_hints
@@ -12,8 +12,9 @@ Files: Changes
  debian/compat
  debian/control
  debian/control.in
- debian/rules
  debian/source/format
+ debian/source/lintian-overrides
+ debian/watch
  script/lessp.pl
  t/01-loads.t
  t/02-parse.t
@@ -28,13 +29,21 @@ Copyright: *No copyright*
 License: UNKNOWN
  FIXME
 
+Files: debian/rules
+Copyright: 2013, 2015 Jonas Smedegaard <dr at jones.dk>
+  2013, Vasudev Kamath <kamathvasudev at gmail.com>
+License: GPL-3+
+ FIXME
+
 Files: README
 Copyright: 2009, Ivan Drinchev
+  AND LICENCE
 License: Perl
  FIXME
 
 Files: lib/CSS/LESSp.pm
-Copyright: 2010
+Copyright: 2010, This library is free software; you can redistribute it and/or modify
+  AND LICENSE
 License: UNKNOWN
  FIXME
 

-- 
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