[SCM] xboard PKG branch, experimental, updated. debian/4.6.git20110822-1-26-g0dcde83
Vincent Legout
vincent at legout.info
Sat Apr 28 13:49:17 UTC 2012
The following commit has been merged in the experimental branch:
commit 41d7df689e948620cb658c66edff456f83c5b0c0
Author: Vincent Legout <vincent at legout.info>
Date: Fri Mar 30 20:01:47 2012 +0200
debian/rules: get-orig-source target no necessary anymore
diff --git a/debian/changelog b/debian/changelog
index 6225a0c..2d3f36f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ xboard (4.6.0-1) UNRELEASED; urgency=low
* Standards-Version 3.9.3 (No changes needed)
* Enable hardening flags in debian/rules
* Use debhelper 9
+ * debian/rules: get-orig-source target no necessary anymore
-- Vincent Legout <vlegout at debian.org> Sun, 25 Mar 2012 11:12:27 +0200
diff --git a/debian/rules b/debian/rules
index 7893412..45077de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,12 +14,3 @@ override_dh_auto_configure:
override_dh_auto_install:
dh_auto_install
$(RM) debian/xboard/usr/share/info/dir
-
-version=20110822
-
-get-orig-source:
- wget ftp://alpha.gnu.org/gnu/xboard/xboard-master-$(version).tar.gz
- tar zxvf xboard-master-$(version).tar.gz
- mv xboard-master-$(version) xboard-4.6~git$(version)
- tar czf xboard_4.6~git$(version).orig.tar.gz xboard-4.6~git$(version)
- rm -rf xboard-4.6~git$(version) xboard-master-$(version).tar.gz
--
xboard PKG
More information about the Pkg-games-commits
mailing list