diff --git a/debian/changelog b/debian/changelog index 539114d3..752ac181 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ ostree (2017.11-1) UNRELEASED; urgency=medium * Adjust Description and Upstream-Name to emphasize libostree * Classify new ostree-tmpfiles.conf as part of ostree-boot, and so don't install it yet + * Stop copying an old ostree-trivial-httpd.xml from debian/dist/ + into source tree. Upstream distributes it again. -- Simon McVittie Wed, 30 Aug 2017 10:09:26 +0100 diff --git a/debian/copyright b/debian/copyright index 78f2ceaf..e7400336 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,6 @@ Source: https://github.com/ostreedev/ostree/ Files: * - debian/dist/* Copyright: © 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald © 1999-2000, 2002-2005 Free Software Foundation, Inc. diff --git a/debian/dist/ostree-trivial-httpd.xml b/debian/dist/ostree-trivial-httpd.xml deleted file mode 100644 index 2b846858..00000000 --- a/debian/dist/ostree-trivial-httpd.xml +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - ostree trivial-httpd - OSTree - - - - Developer - Colin - Walters - walters@verbum.org - - - - - - ostree trivial-httpd - 1 - - - - ostree-trivial-httpd - Simple webserver - - - - - ostree trivial-httpd OPTIONS DIR - - - - - - Description - - - This runs a simple webserver and keeps it running until killed. If DIR is not specified, it defaults to the current directory. - - - - - Options - - - - , - - - Fork into background when ready. - - - - - - - - Automatically exit when directory is deleted. - - - - - ,="PATH" - - - Write port number to PATH (- for standard output). - - - - - , - - - Use the specified TCP port to listen on. - - - - - - - - Force range requests by only serving half of files. - - - - - - - - Example - $ ostree trivial-httpd - - diff --git a/debian/rules b/debian/rules index 50cebe83..8dfef084 100755 --- a/debian/rules +++ b/debian/rules @@ -8,13 +8,8 @@ export LC_ALL=C.UTF-8 %: dh $@ --with=gir -override_dh_auto_clean: - rm -f man/ostree-trivial-httpd.xml - if [ -e Makefile ]; then dh_auto_clean; fi - override_dh_autoreconf: env NOCONFIGURE=1 dh_autoreconf ./autogen.sh - cp debian/dist/ostree-trivial-httpd.xml man/ configure_options = \ --enable-installed-tests \