packaging: remove unneeded files
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Wed, 14 Aug 2013 07:56:52 +0000 (10:56 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Wed, 14 Aug 2013 07:56:52 +0000 (10:56 +0300)
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@intel.com>
packaging/Makefile [deleted file]
packaging/bmap-tools.dsc [deleted file]

diff --git a/packaging/Makefile b/packaging/Makefile
deleted file mode 100644 (file)
index 594e7e3..0000000
+++ /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 (file)
index 09a925c..0000000
+++ /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@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