Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-04 | gitit: upload again with correct upstream version number | Sean Whitton | 1 | -0/+7 | |
2017-07-18 | gitit: Upgrading from 0.12.1.1+dfsg to 0.12.2.1 | Clint Adams | 6 | -37/+34 | |
2016-10-27 | stage GHC 8 transition in sid | Clint Adams | 1 | -0/+6 | |
2016-10-24 | gitit: fix b-d | Clint Adams | 2 | -1/+7 | |
2016-10-17 | gitit: patch for newer tagsoup | Clint Adams | 3 | -0/+18 | |
2016-10-17 | gitit: build with ghc 8 in experimental | Clint Adams | 5 | -79/+109 | |
2016-06-29 | Merge remote-tracking branch 'origin/master' into experimental | Clint Adams | 7 | -21/+22 | |
2016-06-23 | gitit: Fix spelling error in package description | Ilias Tsitsimpis | 2 | -1/+2 | |
2016-06-23 | gitit: Remove duplicate entries from the Build-Depends field | Ilias Tsitsimpis | 2 | -7/+1 | |
2016-06-23 | gitit: Add description to the jquery patch | Ilias Tsitsimpis | 2 | -0/+5 | |
2016-06-23 | gitit: Remove unused lintian override | Ilias Tsitsimpis | 2 | -4/+5 | |
The minified javascript code has been removed from the source package, so there is no reason to override the source-is-missing lintian warning. | |||||
2016-06-23 | gitit: Use dh_link instead of dh_linktree | Ilias Tsitsimpis | 5 | -6/+12 | |
dh_linktree imposes a strong dependency against libjs-jquery. This means that every time a new version of libjs-jquery gets uploaded, libghc-gitit-data will have broken dependencies. This seems to be a known problem: https://bugs.debian.org/676455 https://bugs.debian.org/784859 https://bugs.debian.org/820879 We already replace the jquery shipped by gitit with the much newer version available to the archive without validating if they are compatible, so there is no reason to impose strict dependencies against newer versions of libjs-jquery. Use dh_link instead of dh_linktree to create the symlinks and avoid continuous uploading of the package: https://bugs.debian.org/796809 | |||||
2016-06-02 | Fix some more VCS fields, and update changelogs | Gianfranco Costamagna | 1 | -0/+6 | |
2016-06-02 | Fix more VCS fields | Gianfranco Costamagna | 1 | -1/+1 | |
2016-06-01 | gitit: fix build-depends | Joachim Breitner | 1 | -1/+1 | |
2016-05-31 | gitit: Use dversionmangle in d/watch file | Ilias Tsitsimpis | 2 | -1/+2 | |
2016-05-31 | gitit: Fix version number | Joachim Breitner | 1 | -1/+1 | |
2016-05-30 | gitit: Upgrading from 0.12.1 to 0.12.1.1 | Ilias Tsitsimpis | 2 | -5/+5 | |
2016-05-30 | gitit: Specify the destination to use in package.install | Ilias Tsitsimpis | 3 | -13/+18 | |
The cabal-debian tool does not support the autodest feature of dh_install, so specify the destination to use in the d/package.install files. | |||||
2016-05-30 | gitit: Improve watch file | Joachim Breitner | 1 | -1/+2 | |
2016-05-10 | Bump standards version to 3.9.8 (no changes needed) | Dmitry Bogatov | 2 | -1/+2 | |
2016-05-10 | Use secure (https) uri in Vcs-Git field in 'debian/control' | Dmitry Bogatov | 2 | -1/+7 | |
According lintian suggestion: The Vcs-* field uses an unencrypted transport protocol for the URI. It is recommended to use a secure transport such as HTTPS for anonymous read-only access. | |||||
2016-05-03 | Releasing to sid. | Giovanni Mascellani | 1 | -2/+2 | |
2016-05-03 | Fix links to jquery. | Giovanni Mascellani | 2 | -7/+17 | |
2016-05-02 | Fix links to jquery. | Giovanni Mascellani | 5 | -0/+39 | |
2016-02-24 | De-Unicode the description | Joachim Breitner | 1 | -2/+2 | |
2016-02-23 | gitit: new version | Joachim Breitner | 5 | -35/+13 | |
2016-01-23 | Use the extra-depends feature properly | Joachim Breitner | 2 | -5/+9 | |
and make sure libghc-gitit-data has a proper blurb attached (dh_haskell_blurbs does not do that). | |||||
2016-01-23 | gitit: release 0.12.0.1 | Dmitry Bogatov | 1 | -2/+2 | |
2016-01-23 | gitit: clean-up gitit.cabal from references to missing .js files | Dmitry Bogatov | 3 | -1/+32 | |
2016-01-23 | gitit: add dependency, ensuring presence of ↵ | Dmitry Bogatov | 2 | -0/+3 | |
/usr/share/filestore/extra/post-update hook | |||||
2016-01-19 | gitit: drop javascript dependencies | Dmitry Bogatov | 4 | -44/+1 | |
At least since 0.6.3 javascript initialization code is commended out (see src/Network/Gitit/Initialize.hs). As long as maintainer do not actually use javascript (anymore?), there is no reason to bother outself with dh-linktree. | |||||
2016-01-18 | gitit: update and refactor `debian/copyright' | Dmitry Bogatov | 2 | -35/+48 | |
2016-01-18 | gitit: install forgotten `data/post-update' hook | Dmitry Bogatov | 3 | -0/+3 | |
2016-01-18 | gitit: also relax debian/control | Dmitry Bogatov | 1 | -2/+2 | |
2016-01-10 | gitit: relax dependency on hoauth | Dmitry Bogatov | 3 | -0/+13 | |
2016-01-10 | gitit: relax dependency on aeson | Dmitry Bogatov | 3 | -0/+21 | |
2016-01-10 | gitit: New upstream release (0.12.0.1) | Dmitry Bogatov | 3 | -22/+34 | |
2015-12-03 | fix changelogs | Clint Adams | 1 | -2/+2 | |
2015-12-03 | Switch Vcs-Git/Vcs-Browser headers to new location. (733 packages) | Clint Adams | 2 | -2/+8 | |
2015-12-03 | Merge branch 'experimental' | Clint Adams | 2 | -174/+184 | |
2015-11-21 | Add forgotten bug-closer | Dmitry Bogatov | 1 | -1/+1 | |
2015-11-21 | Rebuild for sid due upgrade of libjs-jquery there | Dmitry Bogatov | 1 | -0/+6 | |
2015-11-20 | gitit: Rebuild, to pick up newer libjs-jquery dependencies (Closes: #796809) | Joachim Breitner | 1 | -0/+6 | |
2015-08-20 | Mark st3 for upload to experimental | Joachim Breitner | 1 | -2/+2 | |
2015-08-20 | Depend on haskell-devscripts >= 0.10 to ensure that this package builds ↵ | Joachim Breitner | 2 | -1/+3 | |
against GHC in experimental (727 packages) | |||||
2015-08-19 | Fix gitit build-depends | Joachim Breitner | 1 | -0/+68 | |
we need to manually add -prof and -doc until https://github.com/jgm/gitit/issues/507 is addressed. | |||||
2015-08-19 | gitit: new version | Joachim Breitner | 2 | -173/+107 | |
2015-07-16 | gitit: Remove bogus dependency on libghc-cgi-* | Joachim Breitner | 2 | -3/+6 | |
2015-06-24 | gitit: Breaks+Replaces, closes: #789741. | Clint Adams | 2 | -0/+9 | |