diff --git a/debian/changelog b/debian/changelog index fde866cb..2b7358c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +enlightenment-cvs (0.16-0) unstable; urgency=low + + * Package names changed to reflect CVS version + + -- Lawrence J Lane Fri, 17 Sep 1999 12:13:14 -0700 + enlightenment-cvs (0.15-0.11) unstable; urgency=low * Package names changed to reflect CVS version diff --git a/debian/control b/debian/control index 49dc1966..e107de05 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,14 @@ Source: enlightenment-cvs Section: x11 Priority: optional -Maintainer: Brian M. Almeida +Maintainer: Lawrence J Lane Standards-Version: 2.4.0.0 Package: enlightenment-cvs-docs Architecture: all -Recommends: enlightenment-cvs (>= 0.15) -Replaces: enlightenment-docs (<< 0.15-0.11) -Conflicts: enlightenment-docs (<< 0.15-0.11) +Recommends: enlightenment-cvs (>= 0.16) +Replaces: enlightenment-docs (<< 0.16-0) +Conflicts: enlightenment-docs (<< 0.16-0) Provides: enlightenment-docs Description: All documentation for Enlightenment and its themes How to make a theme, how to customize E, FAQ, README, the works @@ -17,8 +17,8 @@ Package: enlightenment-cvs Architecture: any Depends: ${shlibs:Depends}, enlightenment-cvs-docs, enlightenment-cvs-theme Suggests: dox-cvs, esound-cvs -Replaces: enlightenment (<< 0.15-0.11) -Conflicts: enlightenment (<< 0.15-0.11) +Replaces: enlightenment (<< 0.16-0) +Conflicts: enlightenment (<< 0.16-0) Provides: enlightenment Description: The Enlightenment Window Manager The Enlightnment Window Manager, whose motto is "Time to rethink everything". @@ -30,9 +30,9 @@ Description: The Enlightenment Window Manager Package: enlightenment-cvs-theme Architecture: all Depends: enlightenment-cvs-docs -Recommends: enlightenment-cvs(>= 0.15) -Replaces: enlightenment-theme (<< 0.15-0.11) -Conflicts: enlightenment-theme (<< 0.15-0.11) +Recommends: enlightenment-cvs(>= 0.16) +Replaces: enlightenment-theme (<< 0.16-0) +Conflicts: enlightenment-theme (<< 0.16-0) Provides: enlightenment-theme Description: Themes pictures and config files need by the Enlightenment WM This package contains the graphics, sounds, and font needed for a minimal @@ -43,8 +43,8 @@ Package: dox-cvs Architecture: any Depends: ${shlibs:Depends} Recommends: enlightenment-cvs -Replaces: dox (<< 0.15-0.11) -Conflicts: dox (<< 0.15-0.11) +Replaces: dox (<< 0.16-0) +Conflicts: dox (<< 0.16-0) Provides: dox Description: Dox is the Enlightened help program Dox is Rasterman's little creation for Enlightenment and other Enlightened diff --git a/debian/copyright b/debian/copyright index 4ca9b5b0..0348df4d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,8 +1,23 @@ This package was debianized by Sean E. Perry shaleh@debian.org on Sun, 5 Jul 1998 20:07:42 -0400. -It can be downloaded from www.rasterman.com or www.enlightenment.org +It can be downloaded from http://www.enlightenment.org/ Copyright: -Enlightenment and Dox are released under the GPL. +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +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 AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/debian/rules b/debian/rules index 2e518864..67b49f07 100644 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ configure: configure.in Makefile: configure @echo "--- Configuring" - ./configure --enable-fsstd=yes --prefix=/usr \ + ./configure --disable-upgrade --enable-fsstd=yes --prefix=/usr \ --bindir=/usr/X11R6/bin build: Makefile build-stamp