Skip to content
Commits on Source (5)
libgff (1.0-2) unstable; urgency=medium
* Team upload.
* Cleanup watch file
* debhelper 11
* Point Vcs fields to salsa.debian.org
* Standards-Version: 4.1.4
-- Andreas Tille <tille@debian.org> Wed, 04 Jul 2018 13:21:11 +0200
libgff (1.0-1) unstable; urgency=low
* Initial release (Closes: #800336)
......
Source: libgff
Section: libdevel
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Michael R. Crusoe <crusoe@ucdavis.edu>
Build-Depends: debhelper (>= 9),
Section: libdevel
Priority: optional
Build-Depends: debhelper (>= 11~),
cmake
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/cgit/debian-med/libgff.git
Vcs-Git: git://anonscm.debian.org/debian-med/libgff.git
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/libgff
Vcs-Git: https://salsa.debian.org/med-team/libgff.git
Homepage: https://github.com/Kingsford-Group/libgff
Package: libgff-dev
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Description: GFF/GTF parsing from cufflinks as a library
This is a simple "libraryfication" of the GFF/GTF parsing code that is used in
the Cufflinks codebase. There are not many (any?) relatively lightweight
......
version=3
# Uncomment to find new files on Github
# - when using releases:
https://github.com/Kingsford-Group/libgff/releases .*/archive/v(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
# Remark: frequently you can do s/#PREFIX#/v?/ since 'v' or nothing is quite common but there are other prefixes possible
version=4
# if you need to repack and choose +dfsg prefix
# opts=dversionmangle=s/[~\+]dfsg[0-9]*// \
#
https://github.com/Kingsford-Group/libgff/releases .*/archive/v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)