[Pkg-cli-apps-commits] r4452 - in /packages/ndoc/trunk/debian: changelog rules
directhex-guest at users.alioth.debian.org
directhex-guest at users.alioth.debian.org
Mon Jan 26 23:03:17 UTC 2009
Author: directhex-guest
Date: Mon Jan 26 23:03:16 2009
New Revision: 4452
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4452
Log:
And so it begins
Modified:
packages/ndoc/trunk/debian/changelog
packages/ndoc/trunk/debian/rules
Modified: packages/ndoc/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/ndoc/trunk/debian/changelog?rev=4452&op=diff
==============================================================================
--- packages/ndoc/trunk/debian/changelog (original)
+++ packages/ndoc/trunk/debian/changelog Mon Jan 26 23:03:16 2009
@@ -16,6 +16,11 @@
now care of the build environment.
* debian/rules:
+ Set nant target to mono-2.0
+
+ [ Jo Shields ]
+ * debian/rules:
+ + Fix up get-orig-source to properly create a versioned directory to use,
+ and clean up after creating an orig
-- Mirco Bauer <meebey at debian.org> Sun, 18 Jan 2009 21:22:23 +0100
Modified: packages/ndoc/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/ndoc/trunk/debian/rules?rev=4452&op=diff
==============================================================================
--- packages/ndoc/trunk/debian/rules (original)
+++ packages/ndoc/trunk/debian/rules Mon Jan 26 23:03:16 2009
@@ -65,9 +65,11 @@
--destdir ../tarballs
# Remove the bin/ directory
- tar zxvf ../tarballs/ndoc_$(CURVER).orig.tar.gz -C .
+ mkdir -p ndoc-$(CURVER)
+ tar zxvf ../tarballs/ndoc_$(CURVER).orig.tar.gz -C ndoc-$(CURVER)
rm -rf ndoc-$(CURVER)/bin/
tar cf ndoc_$(CURVER).orig.tar ndoc-$(CURVER)/
gzip -9 ndoc_$(CURVER).orig.tar
+ rm -r ndoc-$(CURVER)
.PHONY: clean build binary-indep binary-arch binary install
More information about the Pkg-cli-apps-commits
mailing list