Fixed packaging 90/13490/1
authorEd Bartosh <eduard.bartosh@intel.com>
Mon, 28 Oct 2013 14:25:57 +0000 (16:25 +0200)
committerEd Bartosh <eduard.bartosh@intel.com>
Mon, 28 Oct 2013 14:25:57 +0000 (16:25 +0200)
No need in Makefile and .dsc file as we're using git-buildpackage
service in Jenkins job.

Change-Id: Ie417a54693dd9ab4a6b5c372c8563b66a4a6d801
Signed-off-by: Ed Bartosh <eduard.bartosh@intel.com>
packaging/Makefile [deleted file]
packaging/lthor.dsc [deleted file]

diff --git a/packaging/Makefile b/packaging/Makefile
deleted file mode 100644 (file)
index 4ffb78c..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-PKG_NAME := lthor
-SPECFILE = $(addsuffix .spec, $(PKG_NAME))
-PKG_VERSION := $(shell grep '^Version: ' $(SPECFILE)|awk '{print $$2}')
-
-TARBALL := $(PKG_NAME)_$(PKG_VERSION).tar.gz
-
-tarball:
-       @cd .. && git archive --prefix $(PKG_NAME)-$(PKG_VERSION)/ HEAD \
-               | gzip > packaging/$(TARBALL)
-
-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
-
-clean:
-       @rm -f $(PKG_NAME)_*.tar.gz
-
-all: clean tarball dsc
diff --git a/packaging/lthor.dsc b/packaging/lthor.dsc
deleted file mode 100644 (file)
index f95e007..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Format: 1.0
-Source: lthor
-Binary: lthor
-Architecture: any
-Version: 1.3
-Maintainer: Ed Bartosh <eduard.bartosh@intel.com>
-Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 7), pkg-config, cmake, libarchive-dev
-Files:
-  089ea228e22285acc04a5db61b71bb01 14705 lthor_1.3.tar.gz