[cpl-plugin-template] 21/58: Add get-orig-source target to debian/rules

Ole Streicher olebole at moszumanska.debian.org
Tue Mar 31 09:23:38 UTC 2015


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

olebole pushed a commit to branch debian-template
in repository cpl-plugin-template.

commit ec619cb17d02fcb59883e51f8d94eb0bb18816a6
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Mon Sep 23 11:00:43 2013 +0200

    Add get-orig-source target to debian/rules
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index 38cefa0..3f7584f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,9 @@ VERSION ?= $(shell echo '$(DEBVERS)' | sed -e 's/^[[:digit:]]*://' -e 's/[-].*//
 DEBPKGNAME ?= $(shell dpkg-parsechangelog | grep -E ^Source: | cut -d" " -f2)
 PIPELINE ?= $(shell echo '$(DEBPKGNAME)' | sed -e 's/cpl-plugin-//')
 
+get-orig-source:
+	sh ./debian/repackage.sh
+
 %:
 	dh  $@ --with autoreconf
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/cpl-plugin-template.git



More information about the debian-science-commits mailing list