debian/changelog | 11 +++++++++++ debian/control | 14 ++++++++++++-- debian/xorg-docs-core.install | 7 +++++++ debian/xorg-docs.install | 7 ------- 4 files changed, 30 insertions(+), 9 deletions(-)
New commits: commit 208edd563b8eb1cc586ef18ce8408cf1cdb784e6 Author: David Nusinow <dnusi...@debian.org> Date: Mon May 11 23:06:08 2009 -0400 Make xorg-docs-core replace old xorg-docs diff --git a/debian/control b/debian/control index 56c9026..236b415 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Package: xorg-docs-core Architecture: all Depends: ${misc:Depends} Suggests: xorg-docs +Replaces: xorg-docs ( << 1:1.4-5 ) Description: Core documentation for the X.org X Window System This package contains core documentation for the X.org X Window System. This currently includes only a set of manpages which are commit b3d07d79bb0701a61df613066346e12f41cf317c Author: David Nusinow <dnusi...@debian.org> Date: Mon May 11 23:06:00 2009 -0400 Minor cleanup of the xorg-docs package description diff --git a/debian/changelog b/debian/changelog index 2de56d7..2abe0f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ xorg-docs (1:1.4-5) unstable; urgency=low this is just a few manpages. This allows for a slimmer install by default, while still maintaining the basic documentation every user should expect. + * Minor cleanup of the xorg-docs package description -- David Nusinow <dnusi...@debian.org> Mon, 11 May 2009 22:39:29 -0400 diff --git a/debian/control b/debian/control index 746430d..56c9026 100644 --- a/debian/control +++ b/debian/control @@ -22,8 +22,8 @@ Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: xprt-xprintorg (<= 1:0.1.0.alpha1-10) Replaces: xspecs (<= 1:1.2+git20061105-2), xprt-xprintorg (<= 1:0.1.0.alpha1-10) -Description: Miscellaneous documentation for the X.Org software suite - This package contains various documents on the X.Org software system +Description: Miscellaneous documentation for the X.org X Window System + This package contains various documents on the X.org X Window System including the release notes for the current version and instructions on the font and xkb subsystems. The documents are in html, pdf, ps, and plain text format. commit 9b21aa5e840eb809d2b195df3771f71a950c53d7 Author: David Nusinow <dnusi...@debian.org> Date: Mon May 11 22:41:52 2009 -0400 Create a new xorg-docs-core package. This package contains only the standard documents one would expect in an X installation. Currently this is just a few manpages. This allows for a slimmer install by default, while still maintaining the basic documentation every user should expect. diff --git a/debian/changelog b/debian/changelog index 94e90d6..2de56d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +xorg-docs (1:1.4-5) unstable; urgency=low + + * Create a new xorg-docs-core package. This package contains only the + standard documents one would expect in an X installation. Currently + this is just a few manpages. This allows for a slimmer install by + default, while still maintaining the basic documentation every user + should expect. + + -- David Nusinow <dnusi...@debian.org> Mon, 11 May 2009 22:39:29 -0400 + xorg-docs (1:1.4-4) unstable; urgency=low * Add upstream URL to the copyright file (closes: #512132). diff --git a/debian/control b/debian/control index 6909f99..746430d 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,15 @@ Standards-Version: 3.7.2.2 XS-Vcs-Git: git://git.debian.org/git/pkg-xorg/doc/xorg-docs XS-Vcs-Browser: http://git.debian.org/?p=pkg-xorg/doc/xorg-docs.git +Package: xorg-docs-core +Architecture: all +Depends: ${misc:Depends} +Suggests: xorg-docs +Description: Core documentation for the X.org X Window System + This package contains core documentation for the X.org X Window + System. This currently includes only a set of manpages which are + standard for the system. + Package: xorg-docs Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} diff --git a/debian/xorg-docs-core.install b/debian/xorg-docs-core.install new file mode 100644 index 0000000..a797d07 --- /dev/null +++ b/debian/xorg-docs-core.install @@ -0,0 +1,7 @@ +usr/share/man/man7/Xsecurity.7 +usr/share/man/man7/X.7 +usr/share/man/man7/XOrgFoundation.7 +usr/share/man/man7/Xprint.7 +usr/share/man/man7/XProjectTeam.7 +usr/share/man/man7/XStandards.7 +usr/share/man/man7/XConsortium.7 diff --git a/debian/xorg-docs.install b/debian/xorg-docs.install index 60fe7cd..0cb5ed8 100644 --- a/debian/xorg-docs.install +++ b/debian/xorg-docs.install @@ -59,10 +59,3 @@ usr/share/X11/doc/README.sgml usr/share/X11/doc/RELNOTES.sgml usr/share/X11/doc/Versions.sgml usr/share/X11/doc/MAINTAINERS -usr/share/man/man7/Xsecurity.7 -usr/share/man/man7/X.7 -usr/share/man/man7/XOrgFoundation.7 -usr/share/man/man7/Xprint.7 -usr/share/man/man7/XProjectTeam.7 -usr/share/man/man7/XStandards.7 -usr/share/man/man7/XConsortium.7 -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org