Enlightenment CVS committal

Author  : horms
Project : misc
Module  : nexus

Dir     : misc/nexus/debian


Modified Files:
        changelog control rules xfonts-nexus.dirs xfonts-nexus.files 
Added Files:
        xfonts-nexus.conffiles 


Log Message:
Debian Packaging Update

  * Place fonts in /usr/share/fonts/X11 instead of /usr/X11R6/lib/X11/fonts
    - Modify top-level makefile to allow the font and alias directory
      to be specified at build-time
    - Update versioned build-dependancy on debhelper from 4.0.0 to 5.0.29
    - Depend on the new xfonts-utils package
      + Call dh_installxfonts
      + depend on 
    (closes: #362393)
  * Remove seeminly unneeded dependancy on xbase-clients
  * Add /etc/X11/fonts/misc/nex6x10.alias to conffiles, as its in /etc

===================================================================
RCS file: /cvs/e/misc/nexus/debian/changelog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- changelog   14 Feb 2006 02:47:25 -0000      1.10
+++ changelog   14 Apr 2006 01:39:51 -0000      1.11
@@ -1,3 +1,18 @@
+xfonts-nexus (0.0.2-11) unstable; urgency=low
+
+  * Place fonts in /usr/share/fonts/X11 instead of /usr/X11R6/lib/X11/fonts
+    - Modify top-level makefile to allow the font and alias directory
+      to be specified at build-time
+    - Update versioned build-dependancy on debhelper from 4.0.0 to 5.0.29
+    - Depend on the new xfonts-utils package
+      + Call dh_installxfonts
+      + depend on ${misc:Depend}
+    (closes: #362393)
+  * Remove seeminly unneeded dependancy on xbase-clients
+  * Add /etc/X11/fonts/misc/nex6x10.alias to conffiles, as its in /etc
+
+ -- Simon Horman <[EMAIL PROTECTED]>  Fri, 14 Apr 2006 09:53:05 +0900
+
 xfonts-nexus (0.0.2-10) unstable; urgency=low
 
   * Yet another take at getting rid of xfont-nexus:
===================================================================
RCS file: /cvs/e/misc/nexus/debian/control,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- control     14 Feb 2006 02:47:25 -0000      1.7
+++ control     14 Apr 2006 01:39:51 -0000      1.8
@@ -1,5 +1,5 @@
 Source: xfonts-nexus
-Build-Depends-Indep: xutils (>> 4.0.3), debhelper (>= 4.0.0)
+Build-Depends-Indep: xutils (>> 4.0.3), debhelper (>= 5.0.29)
 Section: x11
 Priority: optional
 Maintainer: Simon Horman <[EMAIL PROTECTED]>
@@ -7,7 +7,7 @@
 
 Package: xfonts-nexus
 Architecture: all
-Depends: xbase-clients
+Depends: ${misc:Depends}
 Provides: xfont-nexus
 Replaces: xfont-nexus
 Description: Nexus font for X
===================================================================
RCS file: /cvs/e/misc/nexus/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- rules       19 May 2004 12:48:00 -0000      1.2
+++ rules       14 Apr 2006 01:39:51 -0000      1.3
@@ -22,7 +22,8 @@
        dh_clean -k
        dh_installdirs
 
-       DESTDIR="$(pwd)/debian/tmp" make install
+       DESTDIR="$(pwd)/debian/tmp" FONTDIR="/usr/share/fonts/X11/misc" \
+               ALIASDIR="/etc/X11/fonts/misc" make install
 
        dh_movefiles --source=debian/tmp
 
@@ -33,6 +34,7 @@
        dh_testroot
        dh_installdocs
        dh_installchangelogs
+       dh_installxfonts
        dh_link
        dh_strip
        dh_compress
===================================================================
RCS file: /cvs/e/misc/nexus/debian/xfonts-nexus.dirs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- xfonts-nexus.dirs   19 May 2002 07:47:16 -0000      1.1
+++ xfonts-nexus.dirs   14 Apr 2006 01:39:51 -0000      1.2
@@ -1,2 +1 @@
 usr/X11R6/lib/X11/fonts/misc
-
===================================================================
RCS file: /cvs/e/misc/nexus/debian/xfonts-nexus.files,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- xfonts-nexus.files  19 May 2002 07:47:16 -0000      1.1
+++ xfonts-nexus.files  14 Apr 2006 01:39:51 -0000      1.2
@@ -1,2 +1,2 @@
-usr/X11R6/lib/X11/fonts/misc/nex6x10.pcf.gz
+usr/share/fonts/X11/misc/nex6x10.pcf.gz
 /etc/X11/fonts/misc/nex6x10.alias




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to