[modello] 03/07: Removed debian/orig-tar.sh
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu May 18 14:03:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository modello.
commit 61b7acd112a0feffdb0f97aca9e4a7a318d14e13
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu May 18 15:39:46 2017 +0200
Removed debian/orig-tar.sh
---
debian/changelog | 1 +
debian/copyright | 2 ++
debian/orig-tar.sh | 21 ---------------------
debian/watch | 2 +-
4 files changed, 4 insertions(+), 22 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index cae85b6..f47d492 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ modello (1.8.3-4) UNRELEASED; urgency=medium
* Team upload.
* Updated the URL of the project homepage
* Switch to debhelper level 10
+ * Removed debian/orig-tar.sh
-- Emmanuel Bourg <ebourg at apache.org> Thu, 18 May 2017 15:34:19 +0200
diff --git a/debian/copyright b/debian/copyright
index 5f56abc..d9c8154 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,6 +1,8 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Modello
Source: https://github.com/codehaus-plexus/modello/tags
+Files-Excluded: modello-maven-plugin/*
+ modello-test/*
Files: *
Copyright: 2004-2007, The Codehaus
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index c15f983..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../modello_$VERSION.orig.tar.xz
-DIR=modello-$VERSION
-TAG=modello-$2
-
-mkdir -p $DIR
-tar --strip=1 -xvf $3 -C $DIR
-rm $3
-rm -rf $DIR/modello-maven-plugin
-rm -rf $DIR/modello-test
-tar -c -J -v -f $TAR $DIR
-rm -rf $DIR ../$TAG
-
-# move to directory 'tarballs'
-if [ -r .svn/deb-layout ]; then
- . .svn/deb-layout
- mv $TAR $origDir
- echo "moved $TAR to $origDir"
-fi
diff --git a/debian/watch b/debian/watch
index 0f60efa..17093ea 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-https://github.com/codehaus-plexus/modello/tags .*/modello-(\d.*).tar.gz debian debian/orig-tar.sh
+https://github.com/codehaus-plexus/modello/tags .*/modello-(\d.*).tar.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/modello.git
More information about the pkg-java-commits
mailing list