]> err.no Git - dpkg/commitdiff
Move the methods directory to dselect/methods, so the contents will not
authorGuillem Jover <guillem@debian.org>
Fri, 17 Feb 2006 02:34:25 +0000 (02:34 +0000)
committerGuillem Jover <guillem@debian.org>
Fri, 17 Feb 2006 02:34:25 +0000 (02:34 +0000)
be installed if dselect is not to be built.

19 files changed:
ChangeLog
Makefile.am
configure.ac
debian/changelog
dselect/Makefile.am
dselect/methods/Makefile.am [moved from methods/Makefile.am with 100% similarity]
dselect/methods/disk/desc.cdrom [moved from methods/disk/desc.cdrom with 100% similarity]
dselect/methods/disk/desc.harddisk [moved from methods/disk/desc.harddisk with 100% similarity]
dselect/methods/disk/desc.mounted [moved from methods/disk/desc.mounted with 100% similarity]
dselect/methods/disk/desc.nfs [moved from methods/disk/desc.nfs with 100% similarity]
dselect/methods/disk/install [moved from methods/disk/install with 100% similarity]
dselect/methods/disk/names [moved from methods/disk/names with 100% similarity]
dselect/methods/disk/setup [moved from methods/disk/setup with 100% similarity]
dselect/methods/disk/update [moved from methods/disk/update with 100% similarity]
dselect/methods/floppy/desc.floppy [moved from methods/floppy/desc.floppy with 100% similarity]
dselect/methods/floppy/install [moved from methods/floppy/install with 100% similarity]
dselect/methods/floppy/names [moved from methods/floppy/names with 100% similarity]
dselect/methods/floppy/setup [moved from methods/floppy/setup with 100% similarity]
dselect/methods/floppy/update [moved from methods/floppy/update with 100% similarity]

index 789004ec7922a79297edb26455972a9463003a73..92021e545d75301ad344b58283c84819e5b6e7b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2006-02-17  Guillem Jover  <guillem@debian.org>
+
+       * methods/: Move directory to dselect/methods/.
+       * Makefile.am (SUBDIRS): Move methods to ...
+       * dselect/Makefile.am (SUBDIRS): ... here. New variable.
+       * configure.ac (AC_CONFIG_FILES): Rename methods/Makefile to
+       dselect/methods/Makefile.
+
 2006-02-17  Guillem Jover  <guillem@debian.org>
 
        * configure.ac: Require gettext 0.14.5.
index 297524daf1d3f9ffd0c5959284dcf85a1a23c228..d913d60b14eb04ca91064d8d36dfa2c4bb95b42e 100644 (file)
@@ -15,7 +15,6 @@ SUBDIRS = \
        utils \
        scripts \
        po \
-       methods \
        origins \
        man
 
index 567a73643ff2a1f60b6a9e62f61d8cad29e353d8..b783f08c76cc77de8b55ba2060ad48fa9b4a9e8f 100644 (file)
@@ -103,6 +103,7 @@ AC_CONFIG_FILES([ Makefile
                  dpkg-deb/Makefile
                  dpkg-split/Makefile
                  dselect/Makefile
+                 dselect/methods/Makefile
                  getopt/Makefile
                  intl/Makefile
                  lib/Makefile
@@ -116,7 +117,6 @@ AC_CONFIG_FILES([ Makefile
                  man/pt_BR/Makefile
                  man/ru/Makefile
                  man/sv/Makefile
-                 methods/Makefile
                  origins/Makefile
                  po/Makefile.in
                  scripts/Makefile
index e81161ba16f5ea98128f6233cc1d0b614e94d831..fc7353b5bcb3dec71e99ba7c5ca98e4ddf779b0e 100644 (file)
@@ -3,6 +3,8 @@ dpkg (1.13.16~) UNRELEASED; urgency=low
   [ Guillem Jover ]
   * Move auxiliary autotools scripts to config/.
   * Require gettext 0.14.5.
+  * Move the methods directory to dselect/methods, so the contents will not
+    be installed if dselect is not to be built.
 
  -- Guillem Jover <guillem@debian.org>  Fri, 17 Feb 2006 03:52:59 +0200
 
index 6fa7ec9c24881d99a3f3d3e1249b0d52e777ddcb..12c5401e334ef8c2a6220d5614c04ce3ca8bb27c 100644 (file)
@@ -1,5 +1,7 @@
 ## Process this file with automake to produce Makefile.in
 
+SUBDIRS = methods
+
 localedir = $(datadir)/locale
 INCLUDES = \
        -DLOCALEDIR=\"$(localedir)\" -I$(top_srcdir)/intl \