r10627 - /desktop/unstable/gdm/debian/

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue May 1 13:03:42 UTC 2007


Author: lool
Date: Tue May  1 13:03:41 2007
New Revision: 10627

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10627
Log:
* Factorize manpages generation.
* Rename various debian/* files to debian/gdm.*.

Added:
    desktop/unstable/gdm/debian/gdm.8.pod
      - copied unchanged from r10623, desktop/unstable/gdm/debian/gdm.pod
    desktop/unstable/gdm/debian/gdm.config
      - copied unchanged from r10623, desktop/unstable/gdm/debian/config
    desktop/unstable/gdm/debian/gdm.dirs
      - copied unchanged from r10623, desktop/unstable/gdm/debian/dirs
    desktop/unstable/gdm/debian/gdm.init
      - copied unchanged from r10623, desktop/unstable/gdm/debian/init
    desktop/unstable/gdm/debian/gdm.menu
      - copied unchanged from r10623, desktop/unstable/gdm/debian/menu
    desktop/unstable/gdm/debian/gdm.postinst
      - copied unchanged from r10623, desktop/unstable/gdm/debian/postinst
    desktop/unstable/gdm/debian/gdm.postrm
      - copied unchanged from r10623, desktop/unstable/gdm/debian/postrm
    desktop/unstable/gdm/debian/gdm.prerm
      - copied unchanged from r10623, desktop/unstable/gdm/debian/prerm
    desktop/unstable/gdm/debian/gdm.templates
      - copied unchanged from r10623, desktop/unstable/gdm/debian/templates
    desktop/unstable/gdm/debian/gdmchooser.8.pod
      - copied unchanged from r10623, desktop/unstable/gdm/debian/gdmchooser.pod
    desktop/unstable/gdm/debian/gdmflexiserver.1.pod
      - copied unchanged from r10623, desktop/unstable/gdm/debian/gdmflexiserver.pod
    desktop/unstable/gdm/debian/gdmlogin.8.pod
      - copied unchanged from r10623, desktop/unstable/gdm/debian/gdmlogin.pod
Removed:
    desktop/unstable/gdm/debian/config
    desktop/unstable/gdm/debian/dirs
    desktop/unstable/gdm/debian/gdm.pod
    desktop/unstable/gdm/debian/gdmchooser.pod
    desktop/unstable/gdm/debian/gdmflexiserver.pod
    desktop/unstable/gdm/debian/gdmlogin.pod
    desktop/unstable/gdm/debian/init
    desktop/unstable/gdm/debian/menu
    desktop/unstable/gdm/debian/postinst
    desktop/unstable/gdm/debian/postrm
    desktop/unstable/gdm/debian/prerm
    desktop/unstable/gdm/debian/templates
Modified:
    desktop/unstable/gdm/debian/changelog
    desktop/unstable/gdm/debian/gdm.manpages
    desktop/unstable/gdm/debian/rules

Modified: desktop/unstable/gdm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/changelog?rev=10627&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/changelog (original)
+++ desktop/unstable/gdm/debian/changelog Tue May  1 13:03:41 2007
@@ -35,8 +35,10 @@
     debhelper-ish.
     - Stop shipping *.a and *.la files for Gtk modules.
   * Pass --disable-scrollkeeper to configure.
-
- -- Loic Minier <lool at dooz.org>  Tue, 01 May 2007 14:20:08 +0200
+  * Factorize manpages generation.
+  * Rename various debian/* files to debian/gdm.*.
+
+ -- Loic Minier <lool at dooz.org>  Tue, 01 May 2007 14:57:52 +0200
 
 gdm (2.16.4-1.1) unstable; urgency=low
 

Modified: desktop/unstable/gdm/debian/gdm.manpages
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/gdm.manpages?rev=10627&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/gdm.manpages (original)
+++ desktop/unstable/gdm/debian/gdm.manpages Tue May  1 13:03:41 2007
@@ -1,2 +1,1 @@
-debian/*.1
-debian/*.8
+debian/*.[0-9]

Modified: desktop/unstable/gdm/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gdm/debian/rules?rev=10627&op=diff
==============================================================================
--- desktop/unstable/gdm/debian/rules (original)
+++ desktop/unstable/gdm/debian/rules Tue May  1 13:03:41 2007
@@ -28,10 +28,7 @@
 	configure_flags += --without-selinux
 endif
 
-MANPAGES += debian/gdm.8 \
-	debian/gdmlogin.8 \
-	debian/gdmchooser.8 \
-	debian/gdmflexiserver.1
+MANPAGES += $(patsubst %.pod,%,$(wildcard debian/*.pod))
 
 PATCH_DIR := debian/patches
 
@@ -108,15 +105,8 @@
 		po/*.gmo po/.intltool-merge-cache \
 		config/gnome.desktop config/CDE.desktop config/default.desktop
 
-%.1: %.pod
-	pod2man --section=1 \
-		--release="GNOME $(MAJOR_MINOR)" \
-		--center="Debian GNU/Linux" \
-		$< \
-		| sed -e 's/debian:://' >$@
-
-%.8: %.pod
-	pod2man --section=8 \
+%: %.pod
+	pod2man --section=$(shell echo $@ | sed 's/.*\.//') \
 		--release="GNOME $(MAJOR_MINOR)" \
 		--center="Debian GNU/Linux" \
 		$< \




More information about the pkg-gnome-commits mailing list