[Debian-islamic-commits] [SCM] Zakat Calculator branch, master, updated. upstream/0.2-5-g2b48d2a
Mahyuddin Susanto
udienz at gmail.com
Wed Dec 29 12:06:51 UTC 2010
The following commit has been merged in the master branch:
commit 2b48d2aa24019ef4585c12d00dcb0bfe8b70c280
Author: Mahyuddin Susanto <udienz at gmail.com>
Date: Wed Dec 29 19:04:58 2010 +0700
debian/control, adding more information
debian/rules, removing unused code
debian/watch, fixing wrong url
diff --git a/debian/control b/debian/control
index e7fa4a8..089c43a 100644
--- a/debian/control
+++ b/debian/control
@@ -21,4 +21,6 @@ Depends: ${misc:Depends},
Description: Zakat Calc provide zakat calculations for Muslim
A program to predict how much we can spend zakat
especially for moslem. Zakat Calc is a project under
- Sabily Project
+ Sabily Project. This apllications write under gambas
+ .
+ For more informations please visit at https://launchpad.net/zakat-calc
diff --git a/debian/rules b/debian/rules
index f7f6d7c..607d741 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,11 +5,10 @@
override_dh_auto_clean:
dh_auto_clean
+ rm -Rf `find . -name ".gambas"`
+ rm -Rf `find . -name "*.gambas"`
-override_dh_auto_configure:
- dh_auto_configure -- --exec-prefix=/usr --bindir=/usr/bin LDFLAGS="-Wl,-z,defs"
-
-override_dh_auto_install:
+override_dh_auto_build:
+ dh_auto_build
/usr/bin/gbc2 -a sabily-zakat
gba2 sabily-zakat
- dh_auto_build
diff --git a/debian/watch b/debian/watch
index f6df806..4590998 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-http://sf.net/zakat-calc/Sabily%20Zakat%20Calc-(.+)\.tar\.gz
+http://sf.net/zakat-calc/Sabily-Zakat-(.+)\.tar\.gz
--
Zakat Calculator
More information about the Debian-islamic-commits
mailing list