summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Beckmann <anbe@debian.org>2014-05-23 17:21:31 +0200
committerAndreas Beckmann <anbe@debian.org>2014-05-23 17:23:04 +0200
commitfa5459e266cb807305ca872847103c021e7816c6 (patch)
tree31c9b476a8662710ab0248cee7edbf95e6ceed9a
parent77c05465ae593a9a5d8de9b4cc9ca99bdc9eea5b (diff)
downloadsendmail-fa5459e266cb807305ca872847103c021e7816c6.tar.gz
cleanup more cruft
-rwxr-xr-xdebian/rules18
-rw-r--r--debian/sources1
2 files changed, 3 insertions, 16 deletions
diff --git a/debian/rules b/debian/rules
index 89c4cb4..4a07668 100755
--- a/debian/rules
+++ b/debian/rules
@@ -154,17 +154,6 @@ refresh-debian-configure:
#-------------
-# Maintainer only rule... cleanup & setup for general package
-.PHONY: clean-debian
-clean-debian::
- @echo 'cleaning debian directory...';
- #-(cd debian && $(MAKE) -f Makefile distclean;)
- find debian -name '*~' -o -name '\.*\.swp' \
- | xargs -r $(RM);
- $(RM) debian/*.sav debian/build/*.sav;
- $(RM) debian/stamp-*;
-
-#-------------
# Maintainer only rule... must be run in external debian directory
.PHONY: refresh-faq
refresh-faq::
@@ -302,7 +291,7 @@ common-install-indep::
$(INSTALL_DATA) ${DEB_SRCDIR}/smrsh/README ${PKG_DOC}/smrsh.README
$(INSTALL_DATA) debian/faq.txt ${PKG_DOC}/
${INSTALL} -d ${PKG_DOC}/libmilter/html
- $(INSTALL_DATA) ${DEB_SRCDIR}/libmilter/README ${PKG_DOC}/libmilter/README
+ $(INSTALL_DATA) ${DEB_SRCDIR}/libmilter/README ${PKG_DOC}/libmilter/
cp -a ${DEB_SRCDIR}/libmilter/docs/* ${PKG_DOC}/libmilter/html/
# Debian stuff
$(MAKE) -C debian/cf -f Makefile install-indep DESTDIR="${SRC_DIR}/sendmail-cf"
@@ -317,8 +306,7 @@ common-build-arch::
# build-arch
#
# Place our m4 configuration files for the sendmail build to use
- cp -f debian/build/site.config.m4 \
- ${DEB_SRCDIR}/devtools/Site/; \
+ cp -f debian/build/site.config.m4 ${DEB_SRCDIR}/devtools/Site/
# Finally, build the whole enchilada (we'll let sendmail figure
# which, if any of the dependant libraries each component needs)
for subdir in ${SM_SUBDIRS}; do \
@@ -329,7 +317,7 @@ common-build-arch::
# Debian stuff
$(MAKE) -C debian -f Makefile build-arch
# Remove our config m4 files
- $(RM) ${DEB_SRCDIR}/devtools/Site/site.config.m4;
+ $(RM) ${DEB_SRCDIR}/devtools/Site/site.config.m4
#--------------------------------------------------------------------
diff --git a/debian/sources b/debian/sources
deleted file mode 100644
index e5f346e..0000000
--- a/debian/sources
+++ /dev/null
@@ -1 +0,0 @@
-upstream tar sendmail.8.14.1.tar.gz