diff --git a/Makefile.in b/Makefile.in index 62c99fa..291f9ab 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1016,6 +1016,8 @@ maintainer-clean-generic: @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) clean: clean-am + # Per recommendation in packaging manual + -rm debian/files clean-am: clean-binPROGRAMS clean-generic clean-libtool clean-local \ clean-noinstLTLIBRARIES mostlyclean-am diff --git a/debian/README.Debian b/debian/README.Debian index de59c7c..c5bf3b9 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,6 +1,14 @@ shellinabox for Debian ---------------------- - * Hold for usage or installation notes. + +This package was originally Debianized by Markus Gutschke + on 27 December 2008. It was modified by Marc +Singer in preparation for addition to the Debian +archive on the 24 March 2012. + +The source originated from http://shellinabox.com. A fork of the +project at git://github.com/beewoolie/shellinabox.git was used to +package it. -- Marc Singer Sat, 24 Mar 2012 12:26:58 -0700 diff --git a/debian/README.source b/debian/README.source index 1459127..c4c9596 100644 --- a/debian/README.source +++ b/debian/README.source @@ -1,18 +1,12 @@ -shellinabox for Debian ----------------------- - -This package was originally Debianized by Markus Gutschke - on 27 December 2008. It was modified by Marc -Singer in preparation for addition to the Debian -archive on the 24 March 2012. - -The source originated from http://shellinabox.com. A fork of the -project at git://github.com/beewoolie/shellinabox.git was used to -package it. - - - - - +The upstream source for shellinabox is archived in googlecode SVN +repository, . Some +patches were made by users before this package was prepared for the +Debian archive. Those patches as well as some of the unreleased +changes made by the author are included in a single patch file. +dpkg-source -x should prepare a patched directory for building. +The working Debian repository for shellinabox is archived in github, +. Upgrading the upstream +sources may be accomplished by looking for the upstream tag in the +repository, pulling back the changes since then, and reapplying those +changes to updated archive. diff --git a/debian/docs b/debian/docs index fc8ed7c..c17f037 100644 --- a/debian/docs +++ b/debian/docs @@ -1,5 +1,4 @@ AUTHORS -ChangeLog NEWS README TODO diff --git a/debian/rules b/debian/rules index 892c074..d7d325e 100755 --- a/debian/rules +++ b/debian/rules @@ -45,3 +45,4 @@ override_dh_install: echo '# of its GPLv2 code with OpenSSL'; \ echo 'shellinabox binary: possible-gpl-code-linked-with-openssl'; } \ >"$(CURDIR)/debian/tmp/usr/share/lintian/overrides/shellinabox" + dh_install