Author: mantha
Date: Wed Feb 21 23:02:41 2007
New Revision: 3829

Added:
   trunk/debian/ubuntu-docs.install
      - copied unchanged from r3828, /trunk/debian/install
   trunk/debian/ubuntu-docs.links
      - copied unchanged from r3828, /trunk/debian/links
   trunk/debian/ubuntu-docs.postinst
      - copied unchanged from r3828, /trunk/debian/postinst
   trunk/debian/ubuntu-docs.prerm
      - copied unchanged from r3828, /trunk/debian/prerm
Removed:
   trunk/debian/install
   trunk/debian/links
   trunk/debian/postinst
   trunk/debian/prerm
Modified:
   trunk/debian/changelog
   trunk/debian/control
   trunk/debian/rules

Log:
* reworked packaging to make a standalone server guide .deb
* updated long descriptions of the packages now that the server guide
  and packaging guide aren't shipped



Modified: trunk/debian/changelog
==============================================================================
--- trunk/debian/changelog      (original)
+++ trunk/debian/changelog      Wed Feb 21 23:02:41 2007
@@ -1,3 +1,14 @@
+ubuntu-docs (7.02.3) feisty; urgency=low
+
+  * split out serverguide as a standalone .deb
+    - moved install, links, postinst, and prerm to ubuntu-docs.*
+    - added ubuntu-serverguide binary section to debian/control
+    - cleaned up long descriptions to reflect what is actually
+      shipped.
+    - added ubuntu-serverguide build and install rules
+
+ -- Jordan Mantha <[EMAIL PROTECTED]>  Wed, 21 Feb 2007 02:10:28 -0800
+
 ubuntu-docs (7.02.2) feisty; urgency=low
 
   * Adding a "Files, Folders and Documents" topic.

Modified: trunk/debian/control
==============================================================================
--- trunk/debian/control        (original)
+++ trunk/debian/control        Wed Feb 21 23:02:41 2007
@@ -14,7 +14,13 @@
 Replaces: ubuntu-faqguide
 Description: The Ubuntu Documentation Project
  This package holds the official Ubuntu-specific documentation, maintained 
- by the Ubuntu Documentation Team. It includes the Ubuntu Desktop Guide, 
- the Ubuntu Server Guide, the Ubuntu Packaging Guide and two documents about 
Ubuntu.  The guides can 
- be viewed using Yelp, the GNOME help browser, or by Firefox as html 
- documents.
+ by the Ubuntu Documentation Team. The documentation can  be viewed using
+ Yelp, the GNOME help browser.
+
+Package: ubuntu-serverguide
+Architecture: all
+Depends: 
+Suggests: firefox
+Description: The Ubuntu Server Guide
+ This package holds the official Ubuntu Server Guide. The guide can 
+ be viewed using an html browser.

Modified: trunk/debian/rules
==============================================================================
--- trunk/debian/rules  (original)
+++ trunk/debian/rules  Wed Feb 21 23:02:41 2007
@@ -54,3 +54,12 @@
 # Scrollkeeper loving
 
        dh_scrollkeeper 
+
+build/ubuntu-serverguide::
+       cd ubuntu; $(MAKE) serverguide
+
+install/ubuntu-serverguide::
+       mkdir -p debian/ubuntu-serverguide/usr/share/ubuntu-serverguide/C
+       cp -R build/ubuntu/common/ 
debian/ubuntu-serverguide/usr/share/ubuntu-serverguide/
+       cp -R build/ubuntu/images/ 
debian/ubuntu-serverguide/usr/share/ubuntu-serverguide/
+       cp -R build/ubuntu/serverguide/C/*.html 
debian/ubuntu-serverguide/usr/share/ubuntu-serverguide/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