debian/0000775000000000000000000000000011723353311007167 5ustar debian/libitl-dev.dirs0000664000000000000000000000002011562247233012103 0ustar usr/include/itl debian/source/0000775000000000000000000000000011562247233010475 5ustar debian/source/format0000664000000000000000000000001411562247233011703 0ustar 3.0 (quilt) debian/watch0000664000000000000000000000006711562247233010231 0ustar version=3 http://sf.net/arabeyes/libitl-(.*)\.tar\.gz debian/libitl0.docs0000664000000000000000000000001711562247233011404 0ustar README AUTHORS debian/libitl-dev.examples0000664000000000000000000000006411562247233012770 0ustar prayertime/src/demo_prayer.c hijri/src/demo_hijri.c debian/libitl-dev.docs0000664000000000000000000000007011562247233012077 0ustar README AUTHORS swig NEWS prayertime/doc/method-info.txt debian/compat0000664000000000000000000000000211562247233010373 0ustar 8 debian/libitl0.install0000664000000000000000000000003511562247233012122 0ustar debian/tmp/usr/lib/lib*.so.* debian/patches/0000775000000000000000000000000011562247233010624 5ustar debian/patches/series0000664000000000000000000000002411562247233012035 0ustar 01_Makefile.in.diff debian/patches/01_Makefile.in.diff0000664000000000000000000000112711562247233014101 0ustar Description: LDFLAGS contains -Wl, which causes $(LD) to fail, hence use $(CC) instead. Also add -Wl before -soname linker option. Author: أحمد المحمودي (Ahmed El-Mahmoudy) --- libitl-0.7.0.orig/Makefile.in +++ libitl-0.7.0/Makefile.in @@ -35,7 +35,7 @@ @false build/libitl.so: components - $(LD) build/*.o $(LDFLAGS) -shared -lm -lc -soname=$(SONAME) -o build/$(FULLNAME) + $(CC) build/*.o $(LDFLAGS) -shared -lm -lc -Wl,-soname=$(SONAME) -o build/$(FULLNAME) (cd build/ && ln -sf $(FULLNAME) $(SONAME)) (cd build/ && ln -sf $(FULLNAME) libitl.so) debian/rules0000775000000000000000000000120711562247233010255 0ustar #!/usr/bin/make -f # -*- makefile -*- major=0 DOCDIR = debian/libitl$(major)/usr/share/doc/libitl$(major) DOCDIRDEV = debian/libitl-dev/usr/share/doc/libitl-dev %: dh $@ override_dh_auto_configure: ./configure prefix=$(CURDIR)/debian/tmp/usr override_dh_auto_build: $(MAKE) static $(MAKE) shared override_dh_auto_install: $(MAKE) debinstall override_dh_installdocs: dh_installdocs # Adding the component's name to it's README filename. cp -p prayertime/README $(DOCDIR)/README.prayertime cp -p hijri/README $(DOCDIR)/README.hijri cp -p prayertime/README $(DOCDIRDEV)/README.prayertime cp -p hijri/README $(DOCDIRDEV)/README.hijri debian/control0000664000000000000000000000252111562247434010603 0ustar Source: libitl Section: libs Priority: optional Maintainer: Debian Islamic Maintainers Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) DM-Upload-Allowed: yes Build-Depends: debhelper (>= 8) Standards-Version: 3.9.2 Homepage: http://www.arabeyes.org/project.php?proj=ITL Vcs-Git: git://git.debian.org/git/debian-islamic/packages/libitl.git Vcs-Browser: http://git.debian.org/?p=debian-islamic/packages/libitl.git Package: libitl-dev Section: libdevel Architecture: any Depends: libitl0 (= ${binary:Version}), ${misc:Depends} Description: Islamic tools & libraries project - development files This library allows applications to convert between Hijri/Gregorian dates and compute Muslim prayer times and Qibla direction based on multiple methods of calculation. . Install this package if you need to build programs that use libitl. . Part of the Islamic Tools and Libraries project (ITL). . Package: libitl0 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Islamic tools & libraries project - shared library This library allows applications to convert between Hijri/Gregorian dates and compute Muslim prayer times and Qibla direction based on multiple methods of calculation. . Part of the Islamic Tools and Libraries project (ITL). . debian/changelog0000644000000000000000000000607311723353311011045 0ustar libitl (0.7.0-3build1) precise; urgency=low * No-change rebuild against current pkgbinarymangler to fix broken md5sums. (see LP #875466) -- Martin Pitt Wed, 29 Feb 2012 08:42:01 +0100 libitl (0.7.0-3) unstable; urgency=low [ أحمد المحمودي (Ahmed El-Mahmoudy) ] * debian/patches/01_Makefile.in.diff: Add -Wl before -soname linker option. (Closes: #624905) * Bumped compat level to 8 * debian/control: + Updated my email address + Bumped Standards-Version to 3.9.2 * debian/copyright: Updated format specification & copyright years [ Mehdi Dogguy ] * Add DMUA field in debian/control and set it to "yes". -- أحمد المحمودي (Ahmed El-Mahmoudy) Fri, 06 May 2011 10:48:46 +0200 libitl (0.7.0-2) unstable; urgency=low * Switch to 3.0 (quilt) source format. * debian/copyright: added Arabeyes developers too as copyright holders. * Add prayertime/doc/method-info.txt to debian/libitl-dev.docs * debian/rules: + Simplify rules file. + No need to exclude CVS in dh_installdocs + Do not cp prayertime/doc/method-info.txt, it is handled by dh_installdocs now. * debian/control: + Build-Depend on debhelper (>= 7.0.50~) to support override targets. + Updated Standards-Version to 3.8.4 (no changes needed). + Updated Vcs-* fields to new Git repository. + Changed Maintainer to Debian Islamic Maintainers, and added myself to Uploaders. + Added ${misc:Depends} to Depends fields. -- أحمد المحمودي (Ahmed El-Mahmoudy) Sat, 06 Feb 2010 10:27:00 +0200 libitl (0.7.0-1) unstable; urgency=low [ Thamer Mahmoud ] * New upstream release. * Updated FSF address, thanks to Mohammed Sameer (Closes: #403480). * Binaries should not be stripped, thanks to Julien Danjou (Closes: #437373). [ أحمد المحمودي (Ahmed El-Mahmoudy) ] * debian/control: + Removed Section field from libitl0 target. + 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. * debian/rules: + Use quilt patch system. + Replace dh_clean -k with dh_prep * Added 01_Makefile.in.diff patch to replace $(LD) with $(CC), since "-Wl," is passed to it. * debian/copyright: converted to machine-readable format. * debian/libitl-dev.install: Remove pkg-config & *.la entries. * Added debian/watch file -- أحمد المحمودي (Ahmed El-Mahmoudy) Mon, 06 Jul 2009 22:49:40 +0300 libitl (0.6.4-1) unstable; urgency=low * New upstream release * Added autoconf to the build-depends, thanks to Kurt Roeckx (Closes: #298794). -- Thamer Mahmoud Thu, 17 Mar 2005 01:29:43 +0300 libitl (0.6.3-1) unstable; urgency=low * Initial Release. -- Thamer Mahmoud Wed, 8 Dec 2004 10:05:07 +0300 debian/libitl-dev.install0000664000000000000000000000012211562247233012613 0ustar debian/tmp/usr/include/itl/* debian/tmp/usr/lib/lib*.a debian/tmp/usr/lib/lib*.so debian/copyright0000664000000000000000000000311011562247233011123 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59 Name: libitl Maintainer: Arabeyes Source: http://www.arabeyes.org/project.php?proj=ITL Files: debian/* Author: Thamer Mahmoud Author: أحمد المحمودي (Ahmed El-Mahmoudy) Copyright: 2004-2009, Thamer Mahmoud Copyright: 2009-2011, أحمد المحمودي (Ahmed El-Mahmoudy) License: LGPL-2.1+ Files: * Author: Nadim Shaikli Author: Fayez Alhargan Author: Thamer Mahmoud Author: Samy Al Bahra Copyright: 2003-2009, Arabeyes, Nadim Shaikli, Fayez Alhargan, Thamer Mahmoud, Samy Al Bahra License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library 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 Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . A copy of the GNU Lesser General Public License is available at `/usr/share/common-licenses/LGPL-2.1' in the Debian GNU/Linux distribution.