From 02a3894306572f132da0922fc33ffad09139808a Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 14 Aug 2013 10:56:52 +0300 Subject: [PATCH] packaging: remove unneeded files 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 --- 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 -Standards-Version: 3.8.4 -Build-Depends: debhelper (>= 7), python-all, python-distribute -Files: - 002b1492e8ebee0d01d58620a91c87cc 8145 bmap-tools_0.1.0.tar.gz -- 2.7.4