[Pkg-voip-commits] r6363 - in /freepbx-modules/trunk: ./ debian/changelog debian/rules

odd_bloke-guest at alioth.debian.org odd_bloke-guest at alioth.debian.org
Wed Oct 29 17:47:36 UTC 2008


Author: odd_bloke-guest
Date: Wed Oct 29 17:47:36 2008
New Revision: 6363

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=6363
Log:
debian/rules: Added get-orig-source target.

Modified:
    freepbx-modules/trunk/   (props changed)
    freepbx-modules/trunk/debian/changelog
    freepbx-modules/trunk/debian/rules

Propchange: freepbx-modules/trunk/
------------------------------------------------------------------------------
--- bzr:file-ids (original)
+++ bzr:file-ids Wed Oct 29 17:47:36 2008
@@ -1,1 +1,2 @@
-debian/patches/sqlite_autoincrement	5543 at 5e74be4b-f5d6-0310-a852-e9e23c5afa6a:freepbx-modules%2Ftrunk:debian%2Fpatches%2Fsqlite_autoincrement
+debian/changelog	4788 at 5e74be4b-f5d6-0310-a852-e9e23c5afa6a:freepbx-modules%2Ftrunk:debian%2Fchangelog
+debian/rules	4788 at 5e74be4b-f5d6-0310-a852-e9e23c5afa6a:freepbx-modules%2Ftrunk:debian%2Frules

Propchange: freepbx-modules/trunk/
------------------------------------------------------------------------------
--- bzr:revision-id:v3-trunk1 (original)
+++ bzr:revision-id:v3-trunk1 Wed Oct 29 17:47:36 2008
@@ -13,3 +13,4 @@
 43 daniel at daniel-watkins.co.uk-20081029165027-wczvib48qm8h0z33
 44 daniel at daniel-watkins.co.uk-20081029165210-8jwgdoa7kqketroe
 45 daniel at daniel-watkins.co.uk-20081029171545-kx4rronisugkogcq
+46 daniel at daniel-watkins.co.uk-20081029174718-s39b9ylubvj5ti4y

Propchange: freepbx-modules/trunk/
------------------------------------------------------------------------------
--- bzr:revision-info (original)
+++ bzr:revision-info Wed Oct 29 17:47:36 2008
@@ -1,4 +1,4 @@
-timestamp: 2008-10-29 17:15:45.381999969 +0000
+timestamp: 2008-10-29 17:47:18.479000092 +0000
 committer: Daniel Watkins <daniel at daniel-watkins.co.uk>
 properties: 
 	branch-nick: freepbx-modules

Modified: freepbx-modules/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx-modules/trunk/debian/changelog?rev=6363&op=diff
==============================================================================
--- freepbx-modules/trunk/debian/changelog (original)
+++ freepbx-modules/trunk/debian/changelog Wed Oct 29 17:47:36 2008
@@ -11,8 +11,9 @@
     + getversion() now automatically determines the current version based on
       debian/changelog.
     + Fixed some anachronistic uses of directories.
+  * debian/rules: Added get-orig-source target.
 
- -- Daniel Watkins <daniel.watkins at credativ.co.uk>  Wed, 29 Oct 2008 16:45:14 +0000
+ -- Daniel Watkins <daniel.watkins at credativ.co.uk>  Wed, 29 Oct 2008 17:46:40 +0000
 
 freepbx-modules (2.4.0~1) UNRELEASED; urgency=low
 

Modified: freepbx-modules/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/freepbx-modules/trunk/debian/rules?rev=6363&op=diff
==============================================================================
--- freepbx-modules/trunk/debian/rules (original)
+++ freepbx-modules/trunk/debian/rules Wed Oct 29 17:47:36 2008
@@ -8,6 +8,9 @@
 
 # Uncomment this to turn on verbose mode.
 # export DH_VERBOSE=1
+
+VERSION=$(shell dpkg-parsechangelog | grep "^Version" | cut -d" " -f2 | cut -d"-" -f1)
+NAME=freepbx-modules
 
 -include /usr/share/quilt/quilt.make
 
@@ -57,5 +60,8 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch
-	
+
+get-orig-source:
+	tar zcf $(CURDIR)/$(NAME)_$(VERSION).tar.gz --exclude=debian --transform 's,^\./,$(NAME)-$(VERSION)/,' ./*
+
+.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch get-orig-source




More information about the Pkg-voip-commits mailing list