aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Makefile2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e3f4772..60fe50e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2007-04-03 Junichi Uekawa <dancer@debian.org>
- * Makefile: install pbuilder-satisfydepends-funcs
+ * Makefile: install pbuilder-satisfydepends-funcs,
+ pbuilder-satisfydepends-checkparams
2007-04-02 Loic Minier <lool@dooz.org>
* pbuilder-satisfydepends-aptitude: check whether the dummy
diff --git a/Makefile b/Makefile
index 10dc13c..d0d8cf9 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ SHELLCODES=pbuilder-buildpackage \
pbuilder-runhooks \
pbuilder-satisfydepends \
pbuilder-satisfydepends-funcs \
+ pbuilder-satisfydepends-checkparams \
pbuilder-satisfydepends-aptitude \
pbuilder-satisfydepends-experimental \
pbuilder-updatebuildenv \
@@ -75,6 +76,7 @@ install:
$(INSTALL_EXECUTABLE) pbuilder-satisfydepends $(DESTDIR)/usr/lib/pbuilder/
$(INSTALL_EXECUTABLE) pbuilder-satisfydepends-aptitude $(DESTDIR)/usr/lib/pbuilder/
$(INSTALL_EXECUTABLE) pbuilder-satisfydepends-experimental $(DESTDIR)/usr/lib/pbuilder/
+ $(INSTALL_EXECUTABLE) pbuilder-satisfydepends-checkparams $(DESTDIR)/usr/lib/pbuilder/
$(INSTALL_EXECUTABLE) pbuilder-satisfydepends-funcs $(DESTDIR)/usr/lib/pbuilder/
$(INSTALL_EXECUTABLE) pdebuild-internal $(DESTDIR)/usr/lib/pbuilder/
$(INSTALL_FILE) pbuilderrc $(DESTDIR)/etc