From: Frank Lichtenheld Date: Sun, 8 Jul 2007 19:49:48 +0000 (+0000) Subject: Rename and Reorder modules directory X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3af649e9d42450c6f1c25e14c1595853501b74a9;p=dpkg Rename and Reorder modules directory This should make it easier to use the modules from within the source, which is important e.g. for testing. It also makes the hierarchy more obvious. Rename modules to Dpkg and add subdirectory Shlibs --- diff --git a/scripts/modules/Makefile.am b/scripts/Dpkg/Makefile.am similarity index 100% rename from scripts/modules/Makefile.am rename to scripts/Dpkg/Makefile.am diff --git a/scripts/modules/Objdump.pm b/scripts/Dpkg/Objdump.pm similarity index 100% rename from scripts/modules/Objdump.pm rename to scripts/Dpkg/Objdump.pm diff --git a/scripts/modules/Shlibs.pm b/scripts/Dpkg/Shlibs.pm similarity index 100% rename from scripts/modules/Shlibs.pm rename to scripts/Dpkg/Shlibs.pm diff --git a/scripts/modules/SymbolFile.pm b/scripts/Dpkg/SymbolFile.pm similarity index 100% rename from scripts/modules/SymbolFile.pm rename to scripts/Dpkg/SymbolFile.pm diff --git a/scripts/modules/Version.pm b/scripts/Dpkg/Version.pm similarity index 100% rename from scripts/modules/Version.pm rename to scripts/Dpkg/Version.pm diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 45eaedf1..93e32273 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = po modules +SUBDIRS = po Dpkg bin_SCRIPTS = \ 822-date \