[DRE-commits] r3347 - packages-wip/passenger/trunk/debian

filipe-guest at alioth.debian.org filipe-guest at alioth.debian.org
Thu Mar 26 22:36:54 UTC 2009


Author: filipe-guest
Date: 2009-03-26 22:36:53 +0000 (Thu, 26 Mar 2009)
New Revision: 3347

Modified:
   packages-wip/passenger/trunk/debian/changelog
   packages-wip/passenger/trunk/debian/copyright
   packages-wip/passenger/trunk/debian/rules
Log:
  * New upstream version.
  * Added license and copyright information for Boost library at
    debian/copyright.
  * Updated source paths.



Modified: packages-wip/passenger/trunk/debian/changelog
===================================================================
--- packages-wip/passenger/trunk/debian/changelog	2009-03-26 14:10:18 UTC (rev 3346)
+++ packages-wip/passenger/trunk/debian/changelog	2009-03-26 22:36:53 UTC (rev 3347)
@@ -1,3 +1,12 @@
+passenger (2.1.2-1) unstable; urgency=low
+
+  * New upstream version.
+  * Added license and copyright information for Boost library at
+    debian/copyright.
+  * Updated source paths.
+
+ -- Filipe Lautert <filipe at debian.org>  Thu, 26 Mar 2009 19:35:56 -0300
+
 passenger (2.0.3-1) unstable; urgency=low
 
   [Filipe Lautert]

Modified: packages-wip/passenger/trunk/debian/copyright
===================================================================
--- packages-wip/passenger/trunk/debian/copyright	2009-03-26 14:10:18 UTC (rev 3346)
+++ packages-wip/passenger/trunk/debian/copyright	2009-03-26 22:36:53 UTC (rev 3347)
@@ -31,6 +31,42 @@
 On Debian systems, the full text of the GNU General Public License can be
 found at /usr/share/common-licenses/GPL.
 
+
+This package also contains a modified version of Boost library:
+
+Copyright:
+
+The individual copyright and license statements generally appear in
+library headers, though a few appear in other files. For more detailed 
+copyright information, see debian/copyright file from Debian boost package.
+
+License:
+
+Boost Software License - Version 1.0 - August 17th, 2003
+
+Permission is hereby granted, free of charge, to any person or organization
+obtaining a copy of the software and accompanying documentation covered by
+this license (the "Software") to use, reproduce, display, distribute,
+execute, and transmit the Software, and to prepare derivative works of the
+Software, and to permit third-parties to whom the Software is furnished to
+do so, all subject to the following:
+
+The copyright notices in the Software and this entire statement, including
+the above license grant, this restriction and the following disclaimer,
+must be included in all copies of the Software, in whole or in part, and
+all derivative works of the Software, unless such copies or derivative
+works are solely in the form of machine-executable object code generated by
+a source language processor.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
+
+
 Debian package:
 
 The Debian packaging is (C) 2008, Leandro Nunes dos Santos <leandronunes at safernet.org.br> and

Modified: packages-wip/passenger/trunk/debian/rules
===================================================================
--- packages-wip/passenger/trunk/debian/rules	2009-03-26 14:10:18 UTC (rev 3346)
+++ packages-wip/passenger/trunk/debian/rules	2009-03-26 22:36:53 UTC (rev 3347)
@@ -4,7 +4,7 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
  
 DEB_DH_INSTALL_SOURCEDIR := $(DEB_DESTDIR)
-DEB_INSTALL_DOCS_passenger-doc += DEVELOPERS.TXT $(DEB_DESTDIR)/usr/share/doc/passenger/
+DEB_INSTALL_DOCS_passenger-doc += DEVELOPERS.TXT $(DEB_DESTDIR)/usr/share/doc/phusion_passenger/
 DEB_INSTALL_MANPAGES_libapache2-mod-passenger += man/*
  
 bindir = usr/bin
@@ -12,7 +12,7 @@
 builddir = pkg/fakeroot
 moddir = usr/lib/apache2/modules
 modsavailabledir = etc/apache2/mods-available
-passengermodule = usr/lib/passenger/mod_passenger.so
+passengermodule = usr/lib/phusion_passenger/mod_passenger.so
 admintools = passenger-memory-stats passenger-make-enterprisey passenger-status
  
 clean::
@@ -25,9 +25,9 @@
  
 binary-install/libapache2-mod-passenger::
 	mkdir -p $(CURDIR)/debian/$(cdbs_curpkg)/$(moddir)
+	mkdir -p $(CURDIR)/debian/$(cdbs_curpkg)/$(sbindir)
 	mv $(CURDIR)/debian/$(cdbs_curpkg)/$(passengermodule) $(CURDIR)/debian/$(cdbs_curpkg)/$(moddir)
 	rm $(CURDIR)/debian/$(cdbs_curpkg)/$(bindir)/passenger-install-apache2-module
-	mkdir -p $(CURDIR)/debian/$(cdbs_curpkg)/$(sbindir)
 	for admintool in $(admintools); do \
 		mv $(CURDIR)/debian/$(cdbs_curpkg)/$(bindir)/$$admintool $(CURDIR)/debian/$(cdbs_curpkg)/$(sbindir); \
 		done;




More information about the Pkg-ruby-extras-commits mailing list