Some policy driven changes.
o Fixed install rule.
This commit is contained in:
parent
f3a7a73c79
commit
91bb3f76cf
5 changed files with 23 additions and 19 deletions
|
@ -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
|
||||
|
|
10
debian/README.Debian
vendored
10
debian/README.Debian
vendored
|
@ -1,6 +1,14 @@
|
|||
shellinabox for Debian
|
||||
----------------------
|
||||
|
||||
* Hold for usage or installation notes.
|
||||
|
||||
This package was originally Debianized by Markus Gutschke
|
||||
<markus@shellinabox.com> on 27 December 2008. It was modified by Marc
|
||||
Singer <elf@debian.org> 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 <elf@buici.com> Sat, 24 Mar 2012 12:26:58 -0700
|
||||
|
|
28
debian/README.source
vendored
28
debian/README.source
vendored
|
@ -1,18 +1,12 @@
|
|||
shellinabox for Debian
|
||||
----------------------
|
||||
|
||||
This package was originally Debianized by Markus Gutschke
|
||||
<markus@shellinabox.com> on 27 December 2008. It was modified by Marc
|
||||
Singer <elf@debian.org> 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.
|
||||
|
||||
<this file describes information about the source package, see Debian policy
|
||||
manual section 4.14. You WILL either need to modify or delete this file>
|
||||
|
||||
|
||||
|
||||
The upstream source for shellinabox is archived in googlecode SVN
|
||||
repository, <http://shellinabox.googlecode.com/svn/trunk>. 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,
|
||||
<git://github.com/beewoolie/shellinabox.git>. 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.
|
||||
|
|
1
debian/docs
vendored
1
debian/docs
vendored
|
@ -1,5 +1,4 @@
|
|||
AUTHORS
|
||||
ChangeLog
|
||||
NEWS
|
||||
README
|
||||
TODO
|
||||
|
|
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue