]> err.no Git - dpkg/commitdiff
Rename and Reorder modules directory
authorFrank Lichtenheld <djpig@debian.org>
Sun, 8 Jul 2007 19:49:48 +0000 (19:49 +0000)
committerFrank Lichtenheld <djpig@debian.org>
Sun, 8 Jul 2007 19:49:48 +0000 (19:49 +0000)
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

scripts/Dpkg/Makefile.am [moved from scripts/modules/Makefile.am with 100% similarity]
scripts/Dpkg/Objdump.pm [moved from scripts/modules/Objdump.pm with 100% similarity]
scripts/Dpkg/Shlibs.pm [moved from scripts/modules/Shlibs.pm with 100% similarity]
scripts/Dpkg/SymbolFile.pm [moved from scripts/modules/SymbolFile.pm with 100% similarity]
scripts/Dpkg/Version.pm [moved from scripts/modules/Version.pm with 100% similarity]
scripts/Makefile.am

index 45eaedf116af46e83fff2f7de9d75f0f4064989e..93e32273873be8048e878bcea9b7f7a9e74f4471 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = po modules
+SUBDIRS = po Dpkg
 
 bin_SCRIPTS = \
        822-date \