[Pkg-cli-apps-commits] r4019 - in /packages/galaxium/trunk/debian: changelog rules
hanska-guest at users.alioth.debian.org
hanska-guest at users.alioth.debian.org
Sat Jun 21 20:04:10 UTC 2008
Author: hanska-guest
Date: Sat Jun 21 20:04:10 2008
New Revision: 4019
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4019
Log:
Added get-orig-source target to debian/rules
Appended "+ds1" to version number
Modified:
packages/galaxium/trunk/debian/changelog
packages/galaxium/trunk/debian/rules
Modified: packages/galaxium/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/galaxium/trunk/debian/changelog?rev=4019&op=diff
==============================================================================
--- packages/galaxium/trunk/debian/changelog (original)
+++ packages/galaxium/trunk/debian/changelog Sat Jun 21 20:04:10 2008
@@ -1,5 +1,5 @@
-galaxium (0.7.2-1) unstable; urgency=low
+galaxium (0.7.2+ds1-1) unstable; urgency=low
* Initial release (Closes: #476959)
- -- David Paleino <d.paleino at gmail.com> Sat, 21 Jun 2008 19:38:07 +0200
+ -- David Paleino <d.paleino at gmail.com> Sat, 21 Jun 2008 22:03:43 +0200
Modified: packages/galaxium/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/galaxium/trunk/debian/rules?rev=4019&op=diff
==============================================================================
--- packages/galaxium/trunk/debian/rules (original)
+++ packages/galaxium/trunk/debian/rules Sat Jun 21 20:04:10 2008
@@ -7,6 +7,8 @@
export MONO_SHARED_DIR=$(CURDIR)
include /usr/share/quilt/quilt.make
+
+GOS_TMP=$(CURDIR)/get-orig-source-tmp
CFLAGS = -Wall -g
@@ -87,5 +89,13 @@
dh_md5sums
dh_builddeb
+get-orig-source:
+ rm -rf $(GOS_TMP); mkdir -p $(GOS_TMP)
+ wget http://galaxium.googlecode.com/files/galaxium_0.7.2.tar.gz -O $(GOS_TMP)/galaxium_0.7.2.tar.gz
+ tar -C $(GOS_TMP) -xvf $(GOS_TMP)/galaxium_0.7.2.tar.gz
+ rm $(GOS_TMP)/galaxium-0.7.2/build/libmimic.so
+ tar -C $(GOS_TMP) -zcf $(CURDIR)/galaxium_0.7.2+ds1.orig.tar.gz galaxium-0.7.2/
+ rm -rf $(GOS_TMP)
+
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure
More information about the Pkg-cli-apps-commits
mailing list