[Pkg-voip-commits] r7499 - in /openr2/trunk/debian: TODO.Debian changelog copyright rules

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Tue Aug 11 16:15:30 UTC 2009


Author: tzafrir-guest
Date: Tue Aug 11 16:15:30 2009
New Revision: 7499

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7499
Log:
New upstream release: 1.2.0rc2 . Upstream removed the debian/ files.

Removed:
    openr2/trunk/debian/TODO.Debian
Modified:
    openr2/trunk/debian/changelog
    openr2/trunk/debian/copyright
    openr2/trunk/debian/rules

Modified: openr2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/changelog?rev=7499&op=diff
==============================================================================
--- openr2/trunk/debian/changelog (original)
+++ openr2/trunk/debian/changelog Tue Aug 11 16:15:30 2009
@@ -1,4 +1,4 @@
-openr2 (1.2.0~rc1~dfsg-1) unstable; urgency=low
+openr2 (1.2.0~rc2-1) unstable; urgency=low
 
   [ Alexandre Cavalcante Alencar ]
   * Initial release (Closes: #524118)
@@ -7,6 +7,6 @@
   * Fix debian/watch
 
   [ Tzafrir Cohen ]
-  * "dfsg" tarball for stripping upstream debian/ directory. 
+  * A get-orig-source target
 
  -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Tue, 11 Aug 2009 13:38:18 +0300

Modified: openr2/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/copyright?rev=7499&op=diff
==============================================================================
--- openr2/trunk/debian/copyright (original)
+++ openr2/trunk/debian/copyright Tue Aug 11 16:15:30 2009
@@ -13,9 +13,6 @@
 
 
 Summary: Most files are under the terms of LGPL2.1+ . Some under LPGL2.1
-
-Tarball is currently renamed to be "dfsg" merely due to the presence of 
-a debian/ subdirectory and not due to any copyright/licensing issues.
 
 License:
 

Modified: openr2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/openr2/trunk/debian/rules?rev=7499&op=diff
==============================================================================
--- openr2/trunk/debian/rules (original)
+++ openr2/trunk/debian/rules Tue Aug 11 16:15:30 2009
@@ -117,22 +117,11 @@
 	@@echo "Debian version:          $(DEBVERSION)"
 	@@echo "Upstream version:        $(UPVERSION)"
 
-TMP_TARBALL_DIR=../tarballs/$(PACKAGE)-$(UPVERSION).tmp
-TMP_TARBALL_TOP=$(TMP_TARBALL_DIR)/$(PACKAGE)-$(UPVERSION)
 get-orig-source:
 	@@dh_testdir
 	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
-	@@echo Downloading $(UPFILENAME) from $(URL) ...
-	@@wget -nv -T10 -t3 -O ../tarballs/$(UPFILENAME) $(URL)
-	@@echo Repacking as DFSG-free...
-	@@mkdir -p $(TMP_TARBALL_DIR)
-	@@cd $(TMP_TARBALL_DIR) ; \
-	tar xfz ../$(UPFILENAME) 
-	@@rm -rf  $(TMP_TARBALL_TOP)/debian
-	@@cd $(TMP_TARBALL_DIR) ; \
-	tar cfz ../$(FILENAME) *
-	@@echo Cleaning up...
-	@@$(RM) -rf $(TMP_TARBALL_DIR)
+	@@echo Downloading $(FILENAME) from $(URL) ...
+	@@wget -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary install print-version get-orig-source




More information about the Pkg-voip-commits mailing list