summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Cristau <jcristau@debian.org>2009-09-25 16:39:23 +0200
committerJulien Cristau <jcristau@debian.org>2009-09-25 16:39:23 +0200
commit2a1b4553fc2c5ba982e8bb8be4c504e28ce79ed1 (patch)
tree87cf99b83c00f3c0750a4e362d8f997fd22681ef
parent9a4314c976e0d22e8d47f5d86163791e407a6ecc (diff)
downloadxutils-dev-2a1b4553fc2c5ba982e8bb8be4c504e28ce79ed1.tar.gz
xsfbs.mk: remove more obsolete code
We can use plain debconf-updatepo, and don't need to clean the 'imports' directory or shlibs.local.
-rwxr-xr-xdebian/xsfbs/xsfbs.mk14
1 files changed, 1 insertions, 13 deletions
diff --git a/debian/xsfbs/xsfbs.mk b/debian/xsfbs/xsfbs.mk
index 82eb45f..5e16b10 100755
--- a/debian/xsfbs/xsfbs.mk
+++ b/debian/xsfbs/xsfbs.mk
@@ -177,19 +177,7 @@ xsfclean: cleanscripts unpatch
dh_testdir
rm -rf .pc
rm -rf $(STAMP_DIR)
- rm -rf imports
- dh_clean debian/shlibs.local \
- debian/po/pothead
-
-# Generate the debconf templates POT file header.
-debian/po/pothead: debian/po/pothead.in
- sed -e 's/SOURCE_VERSION/$(SOURCE_VERSION)/' \
- -e 's/DATE/$(shell date "+%F %X%z"/)' <$< >$@
-
-# Update POT and PO files.
-.PHONY: updatepo
-updatepo: debian/po/pothead
- debian/scripts/debconf-updatepo --pot-header=pothead --verbose
+ dh_clean
# Remove files from the upstream source tree that we don't need, or which have
# licensing problems. It must be run before creating the .orig.tar.gz.