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

Micah Anderson micah at alioth.debian.org
Sat Jul 25 18:49:29 UTC 2009


Author: micah
Date: 2009-07-25 18:49:28 +0000 (Sat, 25 Jul 2009)
New Revision: 3839

Modified:
   packages-wip/passenger/trunk/debian/changelog
   packages-wip/passenger/trunk/debian/rules
Log:
remove passenger-install-nginx-module, just like the passenger-install-apache2-module, which is a wrapper script to compile passenger

Modified: packages-wip/passenger/trunk/debian/changelog
===================================================================
--- packages-wip/passenger/trunk/debian/changelog	2009-07-25 18:45:17 UTC (rev 3838)
+++ packages-wip/passenger/trunk/debian/changelog	2009-07-25 18:49:28 UTC (rev 3839)
@@ -1,5 +1,6 @@
 passenger (2.2.4debian-1) unstable; urgency=low
 
+  * Also remove passenger-install-nginx-module, same as the apache piece
   * Add myself and damog to Uploaders
   * Set Maintainer field to Debian Ruby Extras Maintainers 
   * Make sure the modsavailabledir is properly created

Modified: packages-wip/passenger/trunk/debian/rules
===================================================================
--- packages-wip/passenger/trunk/debian/rules	2009-07-25 18:45:17 UTC (rev 3838)
+++ packages-wip/passenger/trunk/debian/rules	2009-07-25 18:49:28 UTC (rev 3839)
@@ -29,6 +29,7 @@
 	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
+	rm $(CURDIR)/debian/$(cdbs_curpkg)/$(bindir)/passenger-install-nginx-module
 	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