The following commit has been merged in the master branch:
commit 6d70417edc8da934a14b8ada2eb3f3cffe69ae3b
Author: Raphaël Hertzog <[email protected]>
Date: Sun Apr 18 12:23:09 2010 +0200
Move maintscript-helper from lib/ to scripts/
The lib/ location was in order when the feature was proposed as a shell
library, now given it's a shell script it should be in scripts/ with
all the other scripts.
diff --git a/lib/Makefile.am b/lib/Makefile.am
index deb9b9b..bf3ad51 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -3,5 +3,3 @@
SUBDIRS = \
compat \
dpkg
-
-pkglib_SCRIPTS = maintscript-helper
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 07c108d..5d45168 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -24,6 +24,8 @@ if WITH_UPDATE_ALTERNATIVES
bin_SCRIPTS += update-alternatives
endif
+pkglib_SCRIPTS = maintscript-helper
+
changelogdir = $(pkglibdir)/parsechangelog
changelog_SCRIPTS = \
changelog/debian
diff --git a/lib/maintscript-helper b/scripts/maintscript-helper
similarity index 100%
rename from lib/maintscript-helper
rename to scripts/maintscript-helper
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]