Skip to content
Commits on Source (7)
cycle (0.3.1-15) UNRELEASED; urgency=medium
cycle (0.3.1-15) unstable; urgency=medium
* Team upload.
* Use 2to3 to port to Python3
Closes: #939181
* debhelper-compat 12
* Standards-Version: 4.4.0
* Trim trailing whitespace.
* Use secure URI in debian/watch.
* Set upstream metadata fields: Archive.
-- Andreas Tille <tille@debian.org> Fri, 06 Sep 2019 14:57:13 +0200
-- Andreas Tille <tille@debian.org> Mon, 09 Sep 2019 16:37:24 +0200
cycle (0.3.1-14) unstable; urgency=medium
......@@ -227,4 +232,3 @@ cycle (0.3.0-1) unstable; urgency=low
time a new user is created.
-- Miriam Ruiz <little_miry@yahoo.es> Mon, 4 Apr 2005 20:19:46 +0000
......@@ -3,19 +3,19 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Miriam Ruiz <miriam@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper (>= 11~)
Build-Depends-Indep: python,
Build-Depends: debhelper-compat (= 12)
Build-Depends-Indep: python3,
dh-python
Standards-Version: 4.3.0
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/med-team/cycle
Vcs-Git: https://salsa.debian.org/med-team/cycle.git
Homepage: http://cycle.sourceforge.net/
Package: cycle
Architecture: all
Depends: python,
Depends: ${python3:Depends},
${misc:Depends},
python-wxgtk3.0
python3-wxgtk4.0
Description: calendar program for women
Cycle is a calendar for women. Given a cycle length or statistics for
several periods, it can calculate the days until menstruation, the days
......
......@@ -4,7 +4,7 @@
#export DH_VERBOSE=1
%:
dh $@ --with python2
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_build:
dh_auto_build
......@@ -18,8 +18,5 @@ override_dh_install:
dh_install
cd debian/msg; make install DESTDIR=../cycle/usr/share/locale/
override_dh_python2:
dh_python2
# the code is installed to /usr/share/cycle - no idea why there is a copy of the main program in /usr/lib/python2.7
rm -rf debian/*/usr/lib/python*
find debian -name "lib" -type d -empty | xargs rmdir
override_dh_python3:
dh_python3 --no-ext-rename
Archive: SourceForge
version=3
http://sf.net/cycle/cycle-(.+)\.tar\.bz2
https://sf.net/cycle/cycle-(.+)\.tar\.bz2