[Pkg-ocaml-maint-commits] r4663 - in /trunk/packages/cmigrep: tarballs/ trunk/debian/changelog trunk/debian/dirs trunk/debian/emacsen-install trunk/debian/emacsen-remove trunk/debian/rules upstream/

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Mon Oct 29 01:40:21 UTC 2007


Author: treinen
Date: Mon Oct 29 01:40:20 2007
New Revision: 4663

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=4663
Log:
upstream -> tarballs
installation of emacs files in own directory

Added:
    trunk/packages/cmigrep/tarballs/
      - copied from r4662, trunk/packages/cmigrep/upstream/
Removed:
    trunk/packages/cmigrep/upstream/
Modified:
    trunk/packages/cmigrep/trunk/debian/changelog
    trunk/packages/cmigrep/trunk/debian/dirs
    trunk/packages/cmigrep/trunk/debian/emacsen-install
    trunk/packages/cmigrep/trunk/debian/emacsen-remove
    trunk/packages/cmigrep/trunk/debian/rules

Modified: trunk/packages/cmigrep/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/trunk/debian/changelog?rev=4663&op=diff
==============================================================================
--- trunk/packages/cmigrep/trunk/debian/changelog (original)
+++ trunk/packages/cmigrep/trunk/debian/changelog Mon Oct 29 01:40:20 2007
@@ -1,3 +1,10 @@
+cmigrep (1.4-3) unstable; urgency=low
+
+  * Install emacs mode into its own subdirectory to comply with emacs
+    policy 6.C (closes: Bug#448142)
+
+ -- Ralf Treinen <treinen at debian.org>  Sun, 28 Oct 2007 17:14:46 +0100
+
 cmigrep (1.4-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: trunk/packages/cmigrep/trunk/debian/dirs
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/trunk/debian/dirs?rev=4663&op=diff
==============================================================================
--- trunk/packages/cmigrep/trunk/debian/dirs (original)
+++ trunk/packages/cmigrep/trunk/debian/dirs Mon Oct 29 01:40:20 2007
@@ -1,2 +1,2 @@
 usr/bin
-usr/share/emacs/site-lisp
+usr/share/emacs/site-lisp/cmigrep

Modified: trunk/packages/cmigrep/trunk/debian/emacsen-install
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/trunk/debian/emacsen-install?rev=4663&op=diff
==============================================================================
--- trunk/packages/cmigrep/trunk/debian/emacsen-install (original)
+++ trunk/packages/cmigrep/trunk/debian/emacsen-install Mon Oct 29 01:40:20 2007
@@ -14,8 +14,8 @@
 echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
 
 FLAGS="${SITEFLAG} -q -batch -f batch-byte-compile -no-site-file"
-ELDIR=/usr/share/emacs/site-lisp
-ELCDIR=/usr/share/${FLAVOR}/site-lisp
+ELDIR=/usr/share/emacs/site-lisp/${PACKAGE}
+ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE}
 
 # Install-info-altdir does not actually exist. 
 # Maybe somebody will write it.

Modified: trunk/packages/cmigrep/trunk/debian/emacsen-remove
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/trunk/debian/emacsen-remove?rev=4663&op=diff
==============================================================================
--- trunk/packages/cmigrep/trunk/debian/emacsen-remove (original)
+++ trunk/packages/cmigrep/trunk/debian/emacsen-remove Mon Oct 29 01:40:20 2007
@@ -6,5 +6,5 @@
 
 if [ ${FLAVOR} != emacs ]; then
     echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
-    rm -rf /usr/share/${FLAVOR}/site-lisp/cmigrep.elc
+    rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE}
 fi

Modified: trunk/packages/cmigrep/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/cmigrep/trunk/debian/rules?rev=4663&op=diff
==============================================================================
--- trunk/packages/cmigrep/trunk/debian/rules (original)
+++ trunk/packages/cmigrep/trunk/debian/rules Mon Oct 29 01:40:20 2007
@@ -25,7 +25,7 @@
 	dh_clean -k
 	dh_installdirs
 	cp cmigrep debian/cmigrep/usr/bin
-	cp cmigrep.el debian/cmigrep/usr/share/emacs/site-lisp
+	cp cmigrep.el debian/cmigrep/usr/share/emacs/site-lisp/cmigrep
 
 binary-arch: build install
 




More information about the Pkg-ocaml-maint-commits mailing list