[Pkg-voip-commits] r4548 - in /destar/branches/experimental/debian: changelog rules

alerios-guest at alioth.debian.org alerios-guest at alioth.debian.org
Fri Sep 21 17:21:36 UTC 2007


Author: alerios-guest
Date: Fri Sep 21 17:21:36 2007
New Revision: 4548

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4548
Log:
Releasing...

Modified:
    destar/branches/experimental/debian/changelog
    destar/branches/experimental/debian/rules

Modified: destar/branches/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/destar/branches/experimental/debian/changelog?rev=4548&op=diff
==============================================================================
--- destar/branches/experimental/debian/changelog (original)
+++ destar/branches/experimental/debian/changelog Fri Sep 21 17:21:36 2007
@@ -1,6 +1,5 @@
-destar (0.2.2.svn811-1) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
+destar (0.3~svn813-1) experimental; urgency=low
+
   * Started packaging of upstream svn snapshots.
   * Fixed typo in Spanish debconf translation.
   * Added queuedb.dpatch: Copy queue.db file on debian/postinst and not

Modified: destar/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/destar/branches/experimental/debian/rules?rev=4548&op=diff
==============================================================================
--- destar/branches/experimental/debian/rules (original)
+++ destar/branches/experimental/debian/rules Fri Sep 21 17:21:36 2007
@@ -19,9 +19,9 @@
 		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
 UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//')
 
-VER = 0.2.2
+VER = 0.3
 SVN = svn://svn.berlios.de/destar/trunk
-SVNREV = 811
+SVNREV = 813
  
   	
 build: build-stamp
@@ -76,10 +76,10 @@
 	@@dh_testdir
 	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
 	@@echo Creating tarball from $(SVN) revision $(SVNREV) ...
-	@@svn export -r$(SVNREV) $(SVN) destar-$(VER).svn$(SVNREV)
-	@@tar czf ../tarballs/destar_$(VER).svn$(SVNREV).orig.tar.gz 		\
-  		destar-$(VER).svn$(SVNREV)
-	@@rm -Rf destar-$(VER).svn$(SVNREV)
+	@@svn export -r$(SVNREV) $(SVN) destar-$(VER)~svn$(SVNREV)
+	@@tar czf ../tarballs/destar_$(VER)~svn$(SVNREV).orig.tar.gz 		\
+  		destar-$(VER)~svn$(SVNREV)
+	@@rm -Rf destar-$(VER)~svn$(SVNREV)
 
 binary: binary-indep 
 .PHONY: build clean binary-indep binary install configure patch unpatch




More information about the Pkg-voip-commits mailing list