r23087 - in /trunk/jifty/debian: copyright rules

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Sat Jul 12 17:09:51 UTC 2008


Author: yvesago-guest
Date: Sat Jul 12 17:09:51 2008
New Revision: 23087

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=23087
Log:
* yui is licensed under a bsd-like license (not University of California)

Modified:
    trunk/jifty/debian/copyright
    trunk/jifty/debian/rules

Modified: trunk/jifty/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/copyright?rev=23087&op=diff
==============================================================================
--- trunk/jifty/debian/copyright (original)
+++ trunk/jifty/debian/copyright Sat Jul 12 17:09:51 2008
@@ -22,9 +22,39 @@
 
 Files: share/web/static/css/yui/*
 Copyright: Copyright (c) 2007, Yahoo! Inc.
-License: BSD
- Code licensed under the BSD License:
- http://developer.yahoo.net/yui/license.txt
+License: BSD-like
+ Software License Agreement (BSD License)
+ .
+ Copyright (c) 2006, Yahoo! Inc.
+ All rights reserved.
+ .
+ Redistribution and use of this software in source and binary forms, with or
+ without modification, are permitted provided that the following conditions are
+ met:
+ * Redistributions of source code must retain the above
+   copyright notice, this list of conditions and the
+   following disclaimer.
+ .
+ *  Redistributions in binary form must reproduce the above
+   copyright notice, this list of conditions and the
+   following disclaimer in the documentation and/or other
+   materials provided with the distribution.
+ .
+ * Neither the name of Yahoo! Inc. nor the names of its
+   contributors may be used to endorse or promote products
+   derived from this software without specific prior
+   written permission of Yahoo! Inc.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
+ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 Files: share/web/static/js/json.js
 Copyright: Copyright (c) 2005 JSON.org

Modified: trunk/jifty/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/rules?rev=23087&op=diff
==============================================================================
--- trunk/jifty/debian/rules (original)
+++ trunk/jifty/debian/rules Sat Jul 12 17:09:51 2008
@@ -24,14 +24,13 @@
 	$(PERL) Makefile.PL --skipdeps INSTALLDIRS=vendor
 	$(MAKE)
 	# install some old but usefull plugins, will be in cpan on the next release
-	# NO_META=true still write META.yml
 	( cd $(CURDIR)/plugins/EditInPlace; \
 	$(PERL) Makefile.PL --skipdeps INSTALLDIRS=vendor; $(MAKE) )
 	( cd $(CURDIR)/plugins/WikiToolbar; \
 	$(PERL) Makefile.PL --skipdeps INSTALLDIRS=vendor; $(MAKE) )
 	( cd $(CURDIR)/plugins/AuthzLDAP; \
 	$(PERL) Makefile.PL --skipdeps INSTALLDIRS=vendor; $(MAKE) )
-#	LANG=C $(MAKE) test
+	LANG=C $(MAKE) test
 	touch $@
 
 clean: unpatch




More information about the Pkg-perl-cvs-commits mailing list