mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-26 07:58:52 +01:00
add debian/ files as generated by dh_make: no changes yet, so debuild
builds an empty .deb.
This commit is contained in:
parent
7c9519f80f
commit
1d0b554283
4 changed files with 34 additions and 0 deletions
5
xwords4/debian/changelog
Normal file
5
xwords4/debian/changelog
Normal file
|
@ -0,0 +1,5 @@
|
|||
xwords (4.4.0.0-1) unstable; urgency=low
|
||||
|
||||
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
|
||||
|
||||
-- Eric House <eehouse@eehouse.org> Tue, 13 Dec 2011 18:47:41 -0800
|
15
xwords4/debian/control
Normal file
15
xwords4/debian/control
Normal file
|
@ -0,0 +1,15 @@
|
|||
Source: xwords
|
||||
Section: unknown
|
||||
Priority: extra
|
||||
Maintainer: Eric House <eehouse@eehouse.org>
|
||||
Build-Depends: debhelper (>= 7.0.50~)
|
||||
Standards-Version: 3.8.4
|
||||
Homepage: <insert the upstream URL, if relevant>
|
||||
#Vcs-Git: git://git.debian.org/collab-maint/xwords.git
|
||||
#Vcs-Browser: http://git.debian.org/?p=collab-maint/xwords.git;a=summary
|
||||
|
||||
Package: xwords
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: <insert up to 60 chars description>
|
||||
<insert long description, indented with spaces>
|
13
xwords4/debian/rules
Executable file
13
xwords4/debian/rules
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# This file was originally written by Joey Hess and Craig Small.
|
||||
# As a special exception, when this file is copied by dh-make into a
|
||||
# dh-make output file, you may use that output file without restriction.
|
||||
# This special exception was added by Craig Small in version 0.37 of dh-make.
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh $@
|
1
xwords4/debian/source/format
Normal file
1
xwords4/debian/source/format
Normal file
|
@ -0,0 +1 @@
|
|||
3.0 (native)
|
Loading…
Add table
Reference in a new issue