debian/0000755000000000000000000000000012231037635007170 5ustar debian/watch0000644000000000000000000000016112010532302010201 0ustar version=3 http://search.cpan.org/dist/DR-SunDown/ .*/DR-SunDown-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000071612010536513010246 0ustar #!/usr/bin/make -f package = $(shell dpkg-parsechangelog|grep ^Source|awk '{print $$2}') version = $(shell dpkg-parsechangelog|grep ^Version|awk '{print $$2}' \ |sed 's/-[[:digit:]]\+$$//' \ ) override_dh_clean: dh_clean rm -f *.tar.gz override_dh_install: dh_install make tardist tarball: clean cd .. && tar --exclude=.git --exclude=debian \ -czvf $(package)_$(version).orig.tar.gz \ $(package)-$(version) %: dh $@ debian/copyright0000644000000000000000000000352512010533231011114 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Dmitry E. Oboukhov Source: http://search.cpan.org/dist/DR::SunDown/ Name: DR::SunDown Files: * Copyright: 2012, Dmitry E. Oboukhov License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Dmitry E. Oboukhov License: Artistic or GPL-1+ License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. License: GPL-1+ 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 1, or (at your option) any later version. . On Debian systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. Files: sundown/* Copyright: 2011, Vicent Marti Copyright: 2008-2010, Natacha Porté License: Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. debian/source/0000755000000000000000000000000012010532153010456 5ustar debian/source/format0000644000000000000000000000001412010532153011664 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212010532153010354 0ustar 8 debian/control0000644000000000000000000000105312010537015010562 0ustar Source: libdr-sundown-perl Section: perl Priority: optional Maintainer: Dmitry E. Oboukhov Build-Depends: debhelper (>= 8), libmodule-install-xsutil-perl, libmodule-install-perl Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/DR-SunDown/ Package: libdr-sundown-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: perl bindings for sundown SunDown is a fast lightweight library for converting markdown text to html. . The package provides perl bindings for the library. debian/changelog0000644000000000000000000000100612231037635011037 0ustar libdr-sundown-perl (0.02-1build1) devel; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Sun, 20 Oct 2013 21:39:57 +0100 libdr-sundown-perl (0.02-1) unstable; urgency=low * New version: the module supports utf8 strings. * Debian upload, closes: #685124. -- Dmitry E. Oboukhov Thu, 09 Aug 2012 09:31:25 +0400 libdr-sundown-perl (0.01-1) unstable; urgency=low * Initial Release. -- Dmitry E. Oboukhov Wed, 08 Aug 2012 23:07:28 +0400