[Git][debian-gis-team/nik4][master] Drop obsolete get-orig-source target.
Bas Couwenberg
gitlab at salsa.debian.org
Sat Apr 28 14:57:47 BST 2018
Bas Couwenberg pushed to branch master at Debian GIS Project / nik4
Commits:
00688206 by Bas Couwenberg at 2018-04-28T15:57:40+02:00
Drop obsolete get-orig-source target.
- - - - -
3 changed files:
- debian/changelog
- − debian/get-orig-source
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ nik4 (1.6-4) UNRELEASED; urgency=medium
* Update Vcs-* URLs for Salsa.
* Bump Standards-Version to 4.1.4, no changes.
+ * Drop obsolete get-orig-source target.
-- Bas Couwenberg <sebastic at debian.org> Sat, 31 Mar 2018 12:32:29 +0200
=====================================
debian/get-orig-source deleted
=====================================
--- a/debian/get-orig-source
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/bash
-
-REMOTE=upstream
-BRANCH=${REMOTE}/master
-
-if [ $(git remote show ${REMOTE} | wc -l) -eq 0 ]; then
- git remote add ${REMOTE} https://github.com/Zverik/Nik4.git
-fi
-
-git fetch ${REMOTE} --no-tags
-
-PACKAGE=$(dpkg-parsechangelog | grep ^Source: | awk '{print $2}')
-
-COMMIT=$(git log -n1 --format=format:%h ${BRANCH})
-DATE=$(date +%Y%m%d --date="@$(git log -n1 --format=format:%ct ${BRANCH})")
-
-VERSION="0.0~${DATE}-${COMMIT}"
-
-git archive --format=tar.gz --prefix=${PACKAGE}-${VERSION}/ -o ../${PACKAGE}_${VERSION}.orig.tar.gz ${BRANCH}
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -24,6 +24,3 @@ override_dh_install:
dh_install --list-missing
mv debian/nik4/usr/bin/nik4.py debian/nik4/usr/bin/nik4
-get-orig-source:
- . debian/get-orig-source
-
View it on GitLab: https://salsa.debian.org/debian-gis-team/nik4/commit/00688206fec9eadf27f426e121c22bfbfd5a0ca3
---
View it on GitLab: https://salsa.debian.org/debian-gis-team/nik4/commit/00688206fec9eadf27f426e121c22bfbfd5a0ca3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20180428/75aa6e8b/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list