Author: mantha
Date: Thu Feb 22 06:41:21 2007
New Revision: 3832

Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/copyright
   trunk/debian/rules

Log:
* added packaging guide .deb
* updated copyright/changelog to reflect changes


Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog      (original)
+++ trunk/debian/changelog      Thu Feb 22 06:41:21 2007
@@ -6,6 +6,8 @@
     - cleaned up long descriptions to reflect what is actually
       shipped.
     - added ubuntu-serverguide build and install rules
+  * split out packagingguide as standalone .deb
+  * updated debian/copyright to reflect above
 
  -- Jordan Mantha <[EMAIL PROTECTED]>  Wed, 21 Feb 2007 02:10:28 -0800
 

Modified: trunk/debian/control
==============================================================================
--- trunk/debian/control        (original)
+++ trunk/debian/control        Thu Feb 22 06:41:21 2007
@@ -24,3 +24,11 @@
 Description: The Ubuntu Server Guide
  This package holds the official Ubuntu Server Guide. The guide can 
  be viewed using an html browser.
+
+Package: packaging-guide
+Architecture: all
+Depends: 
+Suggests: firefox
+Description: The Ubuntu Packaging Guide
+ This package holds the official Ubuntu Packaging Guide. The guide can 
+ be viewed using an html browser.

Modified: trunk/debian/copyright
==============================================================================
--- trunk/debian/copyright      (original)
+++ trunk/debian/copyright      Thu Feb 22 06:41:21 2007
@@ -7,8 +7,9 @@
 
 License:
 
-All documents are licensed under Creative Commons ShareAlike 2.5 License 
(CC-BY-SA).
-All shell scripts and Makefiles are licensed under the GNU General Public 
License.
+All documents (except the Ubuntu Packaging Guide) are licensed under Creative 
Commons
+ShareAlike 2.5 License (CC-BY-SA). All shell scripts, Makefiles, and the Ubuntu
+Packaging Guide are licensed under the GNU General Public License.
 
 
--------------------------------------------------------------------------------------
 GNU General Public License:

Modified: trunk/debian/rules
==============================================================================
--- trunk/debian/rules  (original)
+++ trunk/debian/rules  Thu Feb 22 06:41:21 2007
@@ -65,3 +65,14 @@
        cp -R generic/serverguide/sample/ 
debian/ubuntu-serverguide/usr/share/ubuntu-serverguide/
        cp ubuntu/libs/ubuntu-book.css 
debian/ubuntu-serverguide/usr/share/ubuntu-serverguide/common/
        cp -R build/ubuntu/serverguide/C/*.html 
debian/ubuntu-serverguide/usr/share/ubuntu-serverguide/C/
+
+build/packaging-guide::
+       cd ubuntu; $(MAKE) package
+
+install/packaging-guide::
+       mkdir -p debian/packaging-guide/usr/share/packaging-guide/C
+       cp -R build/ubuntu/common/ 
debian/packaging-guide/usr/share/packaging-guide/
+       cp -R build/ubuntu/images/ 
debian/packaging-guide/usr/share/packaging-guide/
+       cp -R generic/packagingguide/files/ 
debian/packaging-guide/usr/share/packaging-guide/
+       cp ubuntu/libs/ubuntu-book.css 
debian/packaging-guide/usr/share/packaging-guide/common/
+       cp -R build/ubuntu/packagingguide/C/*.html 
debian/packaging-guide/usr/share/packaging-guide/C/

-- 
ubuntu-doc-commits mailing list
ubuntu-doc-commits@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-doc-commits

Reply via email to