[Forensics-changes] [yara] 01/07: No longer rewrite orig tarballs

Hilko Bengen bengen at moszumanska.debian.org
Fri Nov 10 22:27:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch master
in repository yara.

commit 9360e52ce55d369f6ac906a7d5975436d17f4f08
Author: Hilko Bengen <bengen at debian.org>
Date:   Fri Nov 10 17:45:11 2017 +0100

    No longer rewrite orig tarballs
---
 debian/orig-tar.sh | 16 ----------------
 debian/watch       |  5 ++---
 2 files changed, 2 insertions(+), 19 deletions(-)

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index b0b4aab..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-
-set -e
-
-VERSION=$2
-FILE=$3
-
-NEWVERSION=${VERSION}+dfsg
-NEWFILE=../yara_${NEWVERSION}.orig.tar.xz
-
-echo "Generating ${NEWFILE} ..."
-zcat $FILE \
-    | tar --wildcards --delete -f - '*/windows/*' \
-    | xz -c > ${NEWFILE}.t
-
-mv ${NEWFILE}.t ${NEWFILE}
diff --git a/debian/watch b/debian/watch
index 0d361b4..5b318cd 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,3 @@
-version=3
+jversion=3
 opts="dversionmangle=s/\+dfsg//" \
-    https://github.com/VirusTotal/yara/releases .*/v?(\d\S+)\.tar\.(?:bz2|gz|xz) \
-    debian debian/orig-tar.sh
+    https://github.com/VirusTotal/yara/releases .*/v?(\d\S+)\.tar\.(?:bz2|gz|xz)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list