summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Bartosh <eduard.bartosh@intel.com>2013-10-28 16:25:57 +0200
committerEd Bartosh <eduard.bartosh@intel.com>2013-10-28 16:25:57 +0200
commitd662bcaf7fadb88cc1a7be9f574cd5901623b0c3 (patch)
treeb0cf9d7f33cd9554626d9d75f1cd3b1dbeb967b6
parent61e9619908e5e3c4e6e111fb76560acc9ccf418f (diff)
downloadlthor-d662bcaf7fadb88cc1a7be9f574cd5901623b0c3.tar.gz
lthor-d662bcaf7fadb88cc1a7be9f574cd5901623b0c3.tar.bz2
lthor-d662bcaf7fadb88cc1a7be9f574cd5901623b0c3.zip
Fixed packaging
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>
-rw-r--r--packaging/Makefile19
-rw-r--r--packaging/lthor.dsc10
2 files changed, 0 insertions, 29 deletions
diff --git a/packaging/Makefile b/packaging/Makefile
deleted file mode 100644
index 4ffb78c..0000000
--- a/packaging/Makefile
+++ /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
index f95e007..0000000
--- a/packaging/lthor.dsc
+++ /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