debian: specialize packaging for jessie

This commit is contained in:
Benjamin Dauvergne 2018-02-08 20:59:44 +01:00
parent 7a076c093c
commit e86065332d
14 changed files with 99 additions and 0 deletions

47
debian-jessie/changelog Normal file
View File

@ -0,0 +1,47 @@
git-redmine (0.5-0) jessie; urgency=medium
* change link on jessie.
-- Benjamin Dauvergne <bdauvergne@revestel.entrouvert.org> Thu, 08 Feb 2018 20:59:13 +0100
git-redmine (0.5) jessie; urgency=medium
* Release 0.5.
-- Benjamin Dauvergne <bdauvergne@revestel.entrouvert.org> Thu, 08 Feb 2018 19:09:46 +0100
git-redmine (0.4.2) jessie; urgency=medium
* Release 0.4.2
-- Benjamin Dauvergne <bdauvergne@revestel.entrouvert.org> Thu, 08 Feb 2018 09:41:41 +0100
git-redmine (0.4.1) jessie; urgency=medium
* Release 0.4.1
-- Benjamin Dauvergne <bdauvergne@revestel.entrouvert.org> Thu, 08 Feb 2018 09:41:24 +0100
git-redmine (0.4) jessie; urgency=medium
* Release 0.4.
-- Benjamin Dauvergne <bdauvergne@revestel.entrouvert.org> Wed, 07 Feb 2018 22:44:22 +0100
git-redmine (0.3) jessie; urgency=medium
* Release 0.3.
-- Benjamin Dauvergne <bdauvergne@revestel.entrouvert.org> Wed, 07 Feb 2018 21:39:10 +0100
git-redmine (0.2-1) jessie; urgency=medium
* Release 0.2.
-- Benjamin Dauvergne <bdauvergne@revestel.entrouvert.org> Fri, 12 Jan 2018 17:04:23 +0100
git-redmine (0.1-1) jessie; urgency=low
* Initial package.
-- Benjamin Dauvergne <bdauvergne@entrouvert.com> Mon, 20 Dec 2017 19:05:28 +0100

View File

@ -0,0 +1 @@
/usr/share/python/git-redmine/bin/git-redmine /usr/bin/git-redmine

1
debian-stretch/compat Normal file
View File

@ -0,0 +1 @@
9

13
debian-stretch/control Normal file
View File

@ -0,0 +1,13 @@
Source: git-redmine
Section: vcs
Priority: optional
Maintainer: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Build-Depends: debhelper(>= 9), dh-python, python-all, python-setuptools, dh-virtualenv
Standards-Version: 3.9.5
Homepage: http://dev.entrouvert.org/projects/git-redmine/
Package: git-redmine
Architecture: all
Pre-depends: dpkg (>= 1.16.1), python2.7 | python2.6, ${misc:Pre-Depends}
Depends: ${misc:Depends}
Description: Integration between git and redmine

25
debian-stretch/copyright Normal file
View File

@ -0,0 +1,25 @@
This package was debianized by Benjamin Dauvergne <bdauvergne@entrouvert.com> on
Mon, 11 Feb 2016 21:00:09 +0200
Upstream Author: Benjamin Dauvergne <bdauvergne@entrouvert.com>
Copyright (c) 2011 Entr'ouvert;
License is GNU GPL v3.
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 program 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, write to the Free Software Foundation, Inc., 59 Temple
Place - Suite 330, Boston, MA 02111-1307, USA.
On Debian GNU/Linux systems, the complete text of the GNU General Public
License can be found in `/usr/share/common-licenses/GPL'.

View File

@ -0,0 +1,8 @@
# Register interest in Python interpreter changes (Python 2 for now); and
# don't make the Python package dependent on the virtualenv package
# processing (noawait)
interest-noawait /usr/bin/python2.6
interest-noawait /usr/bin/python2.7
# Also provide a symbolic trigger for all dh-virtualenv packages
interest dh-virtualenv-interpreter-update

4
debian-stretch/rules Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh $@ --with python-virtualenv