[bmap-tools] [PATCH 7/7] packaging: remove unneeded files

dedekind1 at gmail.com dedekind1 at gmail.com
Wed Aug 14 04:13:31 EDT 2013


From: Artem Bityutskiy <artem.bityutskiy at intel.com>

I cannot really explain why these files were needed, but they are not needed
anymore, according to Ed Bartosh. So removing them with pleasure.

Change-Id: I8239416e603ed86f2e0302cc1a7c14a9ba94d2dd
Signed-off-by: Artem Bityutskiy <artem.bityutskiy at intel.com>
---
 packaging/Makefile       | 21 ---------------------
 packaging/bmap-tools.dsc | 10 ----------
 2 files changed, 31 deletions(-)
 delete mode 100644 packaging/Makefile
 delete mode 100644 packaging/bmap-tools.dsc

diff --git a/packaging/Makefile b/packaging/Makefile
deleted file mode 100644
index 594e7e3..0000000
--- a/packaging/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-PKG_NAME := bmap-tools
-SPECFILE = $(addsuffix .spec, $(PKG_NAME))
-PKG_VERSION := $(shell grep '^Version: ' $(SPECFILE)|awk '{print $$2}')
-
-TARBALL := $(PKG_NAME)_$(PKG_VERSION).tar.gz
-
-dsc: $(TARBALL)
-		$(eval MD5=$(shell md5sum $(TARBALL) | sed "s/  / $(shell stat -c '%s' $(TARBALL)) /"))
-			@sed  -i 's/^Version:.*/Version: $(PKG_VERSION)/' $(PKG_NAME).dsc
-			@sed  -i 's/ [a-f0-9]\+ [0-9]\+ $(PKG_NAME).*tar.*/ $(MD5)/' $(PKG_NAME).dsc
-
-tarball: $(TARBALL)
-$(TARBALL):
-		cd "$$(git rev-parse --show-toplevel)" \
-			&& git archive --prefix $(PKG_NAME)-$(PKG_VERSION)/ HEAD \
-			| gzip > "$(CURDIR)/$(TARBALL)"
-
-clean:
-		rm -f $(PKG_NAME)*.tar.gz
-
-all: clean tarball dsc
diff --git a/packaging/bmap-tools.dsc b/packaging/bmap-tools.dsc
deleted file mode 100644
index 09a925c..0000000
--- a/packaging/bmap-tools.dsc
+++ /dev/null
@@ -1,10 +0,0 @@
-Format: 1.0
-Source: bmap-tools
-Binary: bmap-tools
-Architecture: all
-Version: 2.5-1
-Maintainer: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>
-Standards-Version: 3.8.4
-Build-Depends: debhelper (>= 7), python-all, python-distribute
-Files:
- 002b1492e8ebee0d01d58620a91c87cc 8145 bmap-tools_0.1.0.tar.gz
-- 
1.8.1.4




More information about the Bmap-tools mailing list