[SCM] 2D CAD system branch, master, updated. debian/1.0.0-rc1+nolibs-4-19-gc84d972
Lisandro Damián Nicanor Pérez Meyer
perezmeyer at gmail.com
Mon Oct 10 18:45:08 UTC 2011
The following commit has been merged in the master branch:
commit c33f966b44205076764afad38e5f3e91d407b116
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date: Mon Oct 10 12:43:50 2011 -0300
Make get-orig-source work with changing directory names.
diff --git a/debian/changelog b/debian/changelog
index 99bbde7..773b10a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ librecad (1.0.0~rc3+nolibs-1) UNRELEASED; urgency=low
* Refresh debian-fparser.patch.
* Remove resizing_icon_canvas.patch, it has been applied upstream.
* Change my e-mail address.
+ * Make get-orig-source work with changing directory names.
-- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org> Sun, 25 Sep 2011 14:52:54 -0300
diff --git a/debian/rules b/debian/rules
index eccdbbb..44be51c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ VERSION=1.0.0~rc2
get-orig-source:
uscan --download-current-version --repack --rename && \
tar -zxf ../librecad_${VERSION}.orig.tar.gz && \
- mv LibreCAD-LibreCAD-460bd78/ librecad && \
+ mv LibreCAD-LibreCAD-*/ librecad && \
rm -rf librecad/dxflib librecad/fparser && \
tar -czf ../librecad_${VERSION}+nolibs.orig.tar.gz librecad && \
rm -rf librecad/ ../librecad_${VERSION}.orig.tar.gz
--
2D CAD system
More information about the debian-science-commits
mailing list