[Pkg-voip-commits] r10060 - in /yate/trunk/debian: changelog copyright rules
msp at alioth.debian.org
msp at alioth.debian.org
Thu Dec 27 22:15:23 UTC 2012
Author: msp
Date: Thu Dec 27 22:15:23 2012
New Revision: 10060
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10060
Log:
DFSG compliance
Modified:
yate/trunk/debian/changelog
yate/trunk/debian/copyright
yate/trunk/debian/rules
Modified: yate/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/changelog?rev=10060&op=diff
==============================================================================
--- yate/trunk/debian/changelog (original)
+++ yate/trunk/debian/changelog Thu Dec 27 22:15:23 2012
@@ -1,4 +1,4 @@
-yate (4.3.0-1-1) UNRELEASED; urgency=low
+yate (4.3.0-1~dfsg-1) UNRELEASED; urgency=low
* NOT RELEASED YET
Modified: yate/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/copyright?rev=10060&op=diff
==============================================================================
--- yate/trunk/debian/copyright (original)
+++ yate/trunk/debian/copyright Thu Dec 27 22:15:23 2012
@@ -34,3 +34,10 @@
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-2'.
+Debian Free Software Guidlines (DFSG) compliance
+http://www.debian.org/social_contract#guidelines
+
+ The files under libs/ilbc/ have been removed to comply with the Debian Free
+ Software Guidlines (DFSG) as their copyright statement is not compliant:
+ Copyright (C) The Internet Society (2004).
+ All Rights Reserved.
Modified: yate/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/yate/trunk/debian/rules?rev=10060&op=diff
==============================================================================
--- yate/trunk/debian/rules (original)
+++ yate/trunk/debian/rules Thu Dec 27 22:15:23 2012
@@ -32,7 +32,7 @@
@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
@@echo Downloading $(FILENAME) from $(URL) ...
@@wget -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
- @@echo Removing non dfsg compliant parts out of it
+ @@echo Removing non dfsg compliant parts: libs/ilbc/
@@[ -d ../tarballs/dfsg/. ]||mkdir -p ../tarballs/dfsg
@@tar -xzf ../tarballs/$(FILENAME) -C ../tarballs/dfsg
@@rm -rf ../tarballs/dfsg/$(SRCDIR)/libs/ilbc/*
More information about the Pkg-voip-commits
mailing list