diff options
author | Julien Cristau <jcristau@debian.org> | 2009-09-25 16:39:23 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2009-09-25 16:39:23 +0200 |
commit | 2a1b4553fc2c5ba982e8bb8be4c504e28ce79ed1 (patch) | |
tree | 87cf99b83c00f3c0750a4e362d8f997fd22681ef | |
parent | 9a4314c976e0d22e8d47f5d86163791e407a6ecc (diff) | |
download | xutils-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-x | debian/xsfbs/xsfbs.mk | 14 |
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. |