r38886 - in /trunk/libdate-hijri-perl/debian: ./ changelog compat control copyright rules watch
aelmahmoudy-guest at users.alioth.debian.org
aelmahmoudy-guest at users.alioth.debian.org
Mon Jun 29 02:07:48 UTC 2009
Author: aelmahmoudy-guest
Date: Mon Jun 29 02:07:42 2009
New Revision: 38886
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38886
Log:
Initial upstream release. (Closes: #nnnn)
Added:
trunk/libdate-hijri-perl/debian/
trunk/libdate-hijri-perl/debian/changelog
trunk/libdate-hijri-perl/debian/compat
trunk/libdate-hijri-perl/debian/control
trunk/libdate-hijri-perl/debian/copyright
trunk/libdate-hijri-perl/debian/rules (with props)
trunk/libdate-hijri-perl/debian/watch
Added: trunk/libdate-hijri-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-hijri-perl/debian/changelog?rev=38886&op=file
==============================================================================
--- trunk/libdate-hijri-perl/debian/changelog (added)
+++ trunk/libdate-hijri-perl/debian/changelog Mon Jun 29 02:07:42 2009
@@ -1,0 +1,5 @@
+libdate-hijri-perl (0.02-1) unstable; urgency=low
+
+ * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+
+ -- Ø£ØÙ
د اÙÙ
ØÙ
ÙØ¯Ù (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net> Fri, 26 Jun 2009 18:57:24 +0300
Added: trunk/libdate-hijri-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-hijri-perl/debian/compat?rev=38886&op=file
==============================================================================
--- trunk/libdate-hijri-perl/debian/compat (added)
+++ trunk/libdate-hijri-perl/debian/compat Mon Jun 29 02:07:42 2009
@@ -1,0 +1,1 @@
+7
Added: trunk/libdate-hijri-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-hijri-perl/debian/control?rev=38886&op=file
==============================================================================
--- trunk/libdate-hijri-perl/debian/control (added)
+++ trunk/libdate-hijri-perl/debian/control Mon Jun 29 02:07:42 2009
@@ -1,0 +1,18 @@
+Source: libdate-hijri-perl
+Section: perl
+Priority: optional
+Maintainer: Ø£ØÙ
د اÙÙ
ØÙ
ÙØ¯Ù (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.8.8-7), libtest-pod-perl
+Standards-Version: 3.8.2
+Homepage: http://search.cpan.org/dist/Date_Hijri/
+
+Package: libdate-hijri-perl
+Architecture: all
+Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Description: convert Gregorian dates to Islamic (Hijri) and vice versa
+ The Date::Hijri module converts Gregorian dates to Islamic (Hijri) and vice
+ versa.
+ .
+ The dates must be given as array containing the day, month and year, and
+ return the corresponding date as a list with the same elements.
Added: trunk/libdate-hijri-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-hijri-perl/debian/copyright?rev=38886&op=file
==============================================================================
--- trunk/libdate-hijri-perl/debian/copyright (added)
+++ trunk/libdate-hijri-perl/debian/copyright Mon Jun 29 02:07:42 2009
@@ -1,0 +1,43 @@
+Format-Specification:
+ http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Alex Pleiner <alex at zeitform.de>
+Upstream-Source: http://search.cpan.org/dist/Date_Hijri/
+Upstream-Name: Date_Hijri
+
+Files: *
+Copyright: Copyright © 2003, Alex Pleiner <alex at zeitform.de>
+License-Alias: Perl
+License: Artistic | GPL-1+
+ This code is just stolen from KDE's L<kcalendarsystemhijri.cpp> at
+ http://webcvs.kde.org/cgi-bin/cvsweb.cgi/kdelibs/kdecore/kcalendarsystemhijri.cpp
+
+ Copyright © 2002-2003 Carlos Moro <cfmoro at correo.uniovi.es>
+ Copyright © 2002-2003 Hans Petter Bieker <bieker at kde.org>
+
+ kcalendarsystemhijri.cpp is translated from the Lisp code in
+ ``Calendrical Calculations'' by Nachum Dershowitz and Edward
+ M. Reingold, Software---Practice & Experience, vol. 20, no. 9
+ (September, 1990), pp. 899--928.
+
+ This code is in the public domain, but any use of it should publically
+ acknowledge its source.
+
+Files: debian/*
+Copyright: Copyright © 2009, Ø£ØÙ
د اÙÙ
ØÙ
ÙØ¯Ù (Ahmed El-Mahmoudy) <aelmahmoudy at users@users.sourceforge.net>
+License-Alias: Perl
+License: Artistic | GPL-1+
+It is assumed that debian/* files carry the same license as upstream
+
+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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL'
Added: trunk/libdate-hijri-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-hijri-perl/debian/rules?rev=38886&op=file
==============================================================================
--- trunk/libdate-hijri-perl/debian/rules (added)
+++ trunk/libdate-hijri-perl/debian/rules Mon Jun 29 02:07:42 2009
@@ -1,0 +1,69 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+PERL ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP = $(CURDIR)/debian/$(PACKAGE)
+
+# Allow disabling build optimisation by setting noopt in
+# $DEB_BUILD_OPTIONS
+CFLAGS = -Wall -g
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -O0
+else
+ CFLAGS += -O2
+endif
+
+build: build-stamp
+build-stamp:
+ dh_testdir
+ $(PERL) Makefile.PL INSTALLDIRS=vendor
+ $(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
+ $(MAKE) test
+ touch $@
+
+clean: unpatch
+ dh_testdir
+ dh_testroot
+ dh_clean build-stamp install-stamp
+ [ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ $(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+ [ ! -d $(TMP)/usr/share/perl5 ] || \
+ rmdir --ignore-fail-on-non-empty --parents --verbose \
+ $(TMP)/usr/share/perl5
+ touch $@
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do here for an architecture-dependent package
+
+# Build architecture-dependent files here.
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installdocs README
+ dh_installchangelogs Changes
+ dh_shlibdeps
+ dh_strip
+ dh_perl
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
Propchange: trunk/libdate-hijri-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libdate-hijri-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdate-hijri-perl/debian/watch?rev=38886&op=file
==============================================================================
--- trunk/libdate-hijri-perl/debian/watch (added)
+++ trunk/libdate-hijri-perl/debian/watch Mon Jun 29 02:07:42 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Date_Hijri/ .*/Date_Hijri-?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)
More information about the Pkg-perl-cvs-commits
mailing list