debian/0000755000000000000000000000000011634412772007175 5ustar debian/manpages0000644000000000000000000000001011634412155010675 0ustar doc/*.1 debian/compat0000644000000000000000000000000211634412155010366 0ustar 8 debian/rules0000755000000000000000000000025511634412155010252 0ustar #!/usr/bin/make -f # -*- makefile -*- %: dh $@ override_dh_auto_configure: ./configure prefix=$(CURDIR)/debian/itools/usr override_dh_auto_install: $(MAKE) debinstall debian/control0000644000000000000000000000224111634412624010573 0ustar Source: itools Section: misc Priority: optional Maintainer: Debian Islamic Maintainers Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) DM-Upload-Allowed: yes Build-Depends: debhelper (>= 8), libitl-dev Standards-Version: 3.9.2 Homepage: http://www.arabeyes.org/project.php?proj=ITL Vcs-Git: git://git.debian.org/git/debian-islamic/packages/itools.git Vcs-Browser: http://git.debian.org/?p=debian-islamic/packages/itools.git Package: itools Architecture: any Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends} Description: Islamic hijri date and prayer time utilities The itools is a collection of command line tools that mimics the development of the underlying ITL library (libitl) and is meant to always give the end-user simple means to access its functions. The available tools are: . * ical: Display a Hijri calendar. * idate: Multi method Hijri/Gregorian date converter. * ipraytime: Prayer times and Qibla calculator and schedule table generator. * ireminder: Prayer time reminder Perl script. . This package is part of the Islamic Tools and Libraries project. debian/source/0000755000000000000000000000000011634412155010470 5ustar debian/source/format0000644000000000000000000000001411634412155011676 0ustar 3.0 (quilt) debian/dirs0000644000000000000000000000003311634412155010050 0ustar usr/bin usr/share/man/man1 debian/watch0000644000000000000000000000006711634412155010224 0ustar version=3 http://sf.net/arabeyes/itools-(.*)\.tar\.gz debian/docs0000644000000000000000000000002411634412155010037 0ustar README AUTHORS NEWS debian/changelog0000644000000000000000000000464111634412754011054 0ustar itools (1.0-3) unstable; urgency=low [ أحمد المحمودي (Ahmed El-Mahmoudy) ] * debian/control: + Updated my email address + Bumped Standards Version to 3.9.2 * Bumped compat level to 8 * Added fix_link_libs_placement.diff patch to fix libs placement for linking (Closes: #641648) * debian/copyright: Updated copyright years [ Mehdi Dogguy ] * Add DM-Upload-Allowed bit in control file. -- أحمد المحمودي (Ahmed El-Mahmoudy) Thu, 15 Sep 2011 05:36:11 +0200 itools (1.0-2) unstable; urgency=low * Switch to 3.0 (quilt) source format. * debian/rules: Simplified rules file. * Added debian/manpages * debian/control: + Build-Depend on debhelper (>= 7.0.50~) to support override targets. + Updated Vcs-* fields to new Git repository. + Changed Maintainer to Debian Islamic Maintainers, and added myself to Uploaders. + Added ${misc:Depends} to Depends field. + Bumped Standards-Version to 3.8.4 (no changes needed). -- أحمد المحمودي (Ahmed El-Mahmoudy) Sat, 06 Feb 2010 10:30:05 +0200 itools (1.0-1) unstable; urgency=low [ Thamer Mahmoud ] * New upstream release. [ أحمد المحمودي (Ahmed El-Mahmoudy) ] * Added debian/watch. * debian/control: + Added quilt to Build-Depends. + Bumped Standards-Version to 3.8.2 (no changes needed). + Changed Maintainer to أحمد المحمودي (Ahmed El-Mahmoudy). + Upgrade to debhelper 7 (also bumped compat level) + Added Vcs-* fields. + Removed extra '.' from extended description. * debian/rules: + Use quilt patch system. + Replace dh_clean -k with dh_prep * debian/copyright: converted to machine-readable format. * Added 01_manpages.diff to fix hyphenation issues in ipraytime.1 * debian/docs: added NEWS file. * Removed doc/ireminder.pl.1 as doc/ireminder.1 is now provided by upstream. -- أحمد المحمودي (Ahmed El-Mahmoudy) Mon, 06 Jul 2009 23:48:00 +0300 itools (0.6.2-1) unstable; urgency=low * New upstream release. * Fixes: ireminder.pl should know where ipraytime is", thanks to Justin B Rye (Closes: #298813). -- Thamer Mahmoud Thu, 17 Mar 2005 01:29:53 +0300 itools (0.6.1-1) unstable; urgency=low * Initial Release. -- Thamer Mahmoud Mon, 27 Dec 2004 00:15:15 +0300 debian/patches/0000755000000000000000000000000011634412155010617 5ustar debian/patches/fix_link_libs_placement.diff0000644000000000000000000000175311634412155016323 0ustar Description: Fix libs placement for linking ; FTBFS with gcc-4.6 Author: Daniel T Chen Origin: Ubuntu Bug-Debian: http://bugs.debian.org/641648 Bug-Ubuntu: https://bugs.launchpad.net/bugs/770840 Forwarded: yes Reviewed-By: Daniel T Chen Last-Update: 2011-09-14 --- itools-1.0.orig/Makefile.in +++ itools-1.0/Makefile.in @@ -16,15 +16,15 @@ all: $(PROGRAMS) ical: ical.c @echo "==> Building ical..." - $(CC) $(CFLAGS) $(LDFLAGS) $(LIBS) ical.c -o ical + $(CC) $(CFLAGS) $(LDFLAGS) ical.c $(LIBS) -o ical idate: idate.c @echo "==> Building idate..." - $(CC) $(CFLAGS) $(LDFLAGS) $(LIBS) idate.c -o idate + $(CC) $(CFLAGS) $(LDFLAGS) idate.c $(LIBS) -o idate ipraytime: ipraytime.c @echo "==> Building ipraytime..." - $(CC) $(CFLAGS) $(LDFLAGS) $(LIBS) ipraytime.c -o ipraytime + $(CC) $(CFLAGS) $(LDFLAGS) ipraytime.c $(LIBS) -o ipraytime static: ical.c idate.c ipraytime.c $(CC) $(CFLAGS) $(LDFLAGS) ipraytime.c -o ipraytime -static $(LIBS) debian/patches/series0000644000000000000000000000005611634412155012035 0ustar 01_manpages.diff fix_link_libs_placement.diff debian/patches/01_manpages.diff0000644000000000000000000000211111634412155013537 0ustar Fixes hyphenation issues in ipraytime.1 Index: itools-1.0/doc/ipraytime.1 =================================================================== --- itools-1.0.orig/doc/ipraytime.1 2009-03-19 18:39:16.000000000 +0200 +++ itools-1.0/doc/ipraytime.1 2009-03-19 18:40:24.000000000 +0200 @@ -347,7 +347,7 @@ Specify a list of values in minutes to add or subtract any amount of minutes from the daily computed prayer times. For example, If you want to add 30 seconds to Maghrib and subtract 2 minutes from Isha, you -will set this option to `0 0 0 0 0.5 -2'. +will set this option to `0 0 0 0 0.5 \-2'. .TP 2 .B FajrAngle Specify the fajr angle to use during calculations. Will override the @@ -428,15 +428,15 @@ UTC: 1 AngleMethod: 2 Mathhab: 1 -OffsetList: 0 0 1 2.21 3 -1 +OffsetList: 0 0 1 2.21 3 \-1 .fi .TP 4 Examples of using the command line options: .nf -ipraytime -y 2007 +ipraytime \-y 2007 -ipraytime -lat 29.5000 -lon 47.7500 -u 3 --anglemethod 2 -d 20071229 -h12 +ipraytime \-lat 29.5000 \-lon 47.7500 \-u 3 \-\-anglemethod 2 \-d 20071229 \-h12 .fi .SH "REPORTING BUGS" debian/copyright0000644000000000000000000000252211634412155011124 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=co&pathrev=174 Upstream-Name: itools Upstream-Contact: Arabeyes Source: http://www.arabeyes.org/project.php?proj=ITL Files: debian/* Copyright: Copyright 2004-2009, Thamer Mahmoud Copyright: Copyright 2009-2011, أحمد المحمودي (Ahmed El-Mahmoudy) License: GPL-2+ Files: * Copyright: Copyright 2003-2009, Arabeyes, Nadim Shaikli, Thamer Mahmoud License: GPL-2+ License: GPL-2+ 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 2 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. . You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. . A copy of the GNU General Public License is available at `/usr/share/common-licenses/GPL-2' in the Debian GNU/Linux distribution