Browse Source

New debian rules

master
Julio Biason 14 years ago
parent
commit
6614b5a111
  1. 5
      debian/changelog
  2. 1
      debian/compat
  3. 16
      debian/control
  4. 42
      debian/copyright
  5. 4
      debian/docs
  6. 1
      debian/files
  7. 1
      debian/pycompat
  8. 9
      debian/rules

5
debian/changelog vendored

@ -0,0 +1,5 @@
mitter (1.0.0alpha4-1) unstable; urgency=low
* Initial release
-- Julio Biason <julio.biason@gmail.com> Sun, 24 Jan 2010 17:10:00 -0200

1
debian/compat vendored

@ -0,0 +1 @@
7

16
debian/control vendored

@ -0,0 +1,16 @@
Source: mitter
Section: python
Priority: optional
Maintainer: Julio Biason <julio.biason@gmail.com>
Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5.0.38), python-central (>= 0.6.0)
XS-Python-Version: >= 2.5
Standards-Version: 3.8.1
Homepage: http://mitter.googlecode.com
Package: mitter
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: python-gobject, python-gtk2, ${misc:Depends}, ${python:Depends}
Description: Microblogging tool
Mitter is a microblogging client, with multiple interfaces. Currently
it supports Twitter.

42
debian/copyright vendored

@ -0,0 +1,42 @@
This package was debianized by:
Julio Biason <julio.biason@gmail.com> on Sun, 24 Jan 2010 17:10:00 -0200
It was downloaded from:
<http://mitter.googlecode.com>
Upstream Author(s):
Julio Biason
Copyright:
Copyright (C) 2007-2010 Julio Biason
License:
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
The Debian packaging is:
Copyright (C) 2010 Julio Biason <julio.biason@gmail.com>
and is licensed under the GPL version 3, see above.
# Please also look if there are files or directories which have a
# different copyright/license attached and list them here.

4
debian/docs vendored

@ -0,0 +1,4 @@
README
CHEAT-CODES
HACKING
THANKS

1
debian/files vendored

@ -0,0 +1 @@
mitter_1.0.0alpha4-1_all.deb python optional

1
debian/pycompat vendored

@ -0,0 +1 @@
2

9
debian/rules vendored

@ -0,0 +1,9 @@
#!/usr/bin/make -f
export DH_PYCENTRAL=nomove
export DEB_PYTHON_SYSTEM=pycentral
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/python-distutils.mk
# Add here any variable or target overrides you need.
Loading…
Cancel
Save