[Assorted-commits] SF.net SVN: assorted:[1121] sandbox/trunk/src/deb
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-01-08 20:55:07
|
Revision: 1121 http://assorted.svn.sourceforge.net/assorted/?rev=1121&view=rev Author: yangzhang Date: 2009-01-08 20:54:59 +0000 (Thu, 08 Jan 2009) Log Message: ----------- added elinks-config demo of packages-config Added Paths: ----------- sandbox/trunk/src/deb/elinks/ sandbox/trunk/src/deb/elinks/README sandbox/trunk/src/deb/elinks/elinks-config-1.0/ sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/ sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/changelog sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/compat sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/control sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/copyright sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/elinks-config.install sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/rules sandbox/trunk/src/deb/elinks/elinks-config-1.0/elinks.debathena Copied: sandbox/trunk/src/deb/elinks/README (from rev 1120, sandbox/trunk/src/deb/dhclient/README) =================================================================== --- sandbox/trunk/src/deb/elinks/README (rev 0) +++ sandbox/trunk/src/deb/elinks/README 2009-01-08 20:54:59 UTC (rev 1121) @@ -0,0 +1 @@ +A demo of how to use config-packages-dev Added: sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/changelog =================================================================== --- sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/changelog (rev 0) +++ sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/changelog 2009-01-08 20:54:59 UTC (rev 1121) @@ -0,0 +1,6 @@ +elinks-config (1.0-1) unstable; urgency=low + + * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP> + + -- Yang Zhang <y_...@mi...> Thu, 8 Jan 2009 15:31:45 -0500 + Added: sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/compat =================================================================== --- sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/compat (rev 0) +++ sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/compat 2009-01-08 20:54:59 UTC (rev 1121) @@ -0,0 +1 @@ +5 Added: sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/control =================================================================== --- sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/control (rev 0) +++ sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/control 2009-01-08 20:54:59 UTC (rev 1121) @@ -0,0 +1,12 @@ +Source: elinks-config +Section: unknown +Priority: extra +Maintainer: Yang Zhang <y_...@mi...> +Build-Depends: cdbs, cdbs, debhelper (>= 5) +Standards-Version: 3.7.2 + +Package: elinks-config +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: <insert up to 60 chars description> + <insert long description, indented with spaces> Added: sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/copyright =================================================================== --- sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/copyright (rev 0) +++ sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/copyright 2009-01-08 20:54:59 UTC (rev 1121) @@ -0,0 +1,22 @@ +This package was debianized by Yang Zhang <y_...@mi...> on +Thu, 8 Jan 2009 15:31:45 -0500. + +It was downloaded from <fill in http/ftp site> + +Upstream Author: <put author(s) name and email here> + +Copyright: <put the year(s) of the copyright, and the names of the + copyright holder(s) here> + +License: + +<Put the license of the package here> + + +The Debian packaging is (C) 2009, Yang Zhang <y_...@mi...> and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. + Added: sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/elinks-config.install =================================================================== --- sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/elinks-config.install (rev 0) +++ sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/elinks-config.install 2009-01-08 20:54:59 UTC (rev 1121) @@ -0,0 +1 @@ +elinks.debathena usr/bin/ Added: sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/rules =================================================================== --- sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/rules (rev 0) +++ sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/rules 2009-01-08 20:54:59 UTC (rev 1121) @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/config-package.mk +DEB_DIVERT_EXTENSION = .debathena +DEB_DIVERT_FILES_elinks-config += /usr/bin/elinks.debathena Property changes on: sandbox/trunk/src/deb/elinks/elinks-config-1.0/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: sandbox/trunk/src/deb/elinks/elinks-config-1.0/elinks.debathena =================================================================== --- sandbox/trunk/src/deb/elinks/elinks-config-1.0/elinks.debathena (rev 0) +++ sandbox/trunk/src/deb/elinks/elinks-config-1.0/elinks.debathena 2009-01-08 20:54:59 UTC (rev 1121) @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +ELINKS_CONFDIR=$ATHENA_SESSION_TMPDIR exec elinks Property changes on: sandbox/trunk/src/deb/elinks/elinks-config-1.0/elinks.debathena ___________________________________________________________________ Added: svn:executable + * This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |