diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-05 22:59:29 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-08-05 22:59:29 +0000 |
commit | b0b48ae80221a3f3a933aba3877f020e1373758d (patch) | |
tree | a6791da7ee16b4377bbf19b7116e8eac299e5c65 | |
parent | 1dbef2363568ed270573f6a58979079499d0fb08 (diff) |
fixed lintian warnings: changelog-should-mention-nmu and missing-debian-source-format
svn path=/trunk/externals/windowing/; revision=13760
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/source/format | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index fab33d4..e87a21e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ pd-windowing (0.1-0.0) unstable; urgency=low + * Non-maintainer upload * Initial release (Closes: #591704) -- Hans-Christoph Steiner <hans@eds.org> Thu, 21 Jan 2010 23:27:04 -0500 diff --git a/debian/control b/debian/control index 794e170..797333f 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Hans-Christoph Steiner <hans@eds.org> Build-Depends: debhelper (>= 7.0.50~), puredata Standards-Version: 3.8.3 -Homepage: http://puredata.info +Homepage: http://crca.ucsd.edu/~jsarlo/pd/ Package: pd-windowing Architecture: any diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) |