summaryrefslogtreecommitdiff
path: root/p/gitit
AgeCommit message (Collapse)AuthorFilesLines
2017-09-04gitit: upload again with correct upstream version numberSean Whitton1-0/+7
2017-07-18gitit: Upgrading from 0.12.1.1+dfsg to 0.12.2.1Clint Adams6-37/+34
2016-10-27stage GHC 8 transition in sidClint Adams1-0/+6
2016-10-24gitit: fix b-dClint Adams2-1/+7
2016-10-17gitit: patch for newer tagsoupClint Adams3-0/+18
2016-10-17gitit: build with ghc 8 in experimentalClint Adams5-79/+109
2016-06-29Merge remote-tracking branch 'origin/master' into experimentalClint Adams7-21/+22
2016-06-23gitit: Fix spelling error in package descriptionIlias Tsitsimpis2-1/+2
2016-06-23gitit: Remove duplicate entries from the Build-Depends fieldIlias Tsitsimpis2-7/+1
2016-06-23gitit: Add description to the jquery patchIlias Tsitsimpis2-0/+5
2016-06-23gitit: Remove unused lintian overrideIlias Tsitsimpis2-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-23gitit: Use dh_link instead of dh_linktreeIlias Tsitsimpis5-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-02Fix some more VCS fields, and update changelogsGianfranco Costamagna1-0/+6
2016-06-02Fix more VCS fieldsGianfranco Costamagna1-1/+1
2016-06-01gitit: fix build-dependsJoachim Breitner1-1/+1
2016-05-31gitit: Use dversionmangle in d/watch fileIlias Tsitsimpis2-1/+2
2016-05-31gitit: Fix version numberJoachim Breitner1-1/+1
2016-05-30gitit: Upgrading from 0.12.1 to 0.12.1.1Ilias Tsitsimpis2-5/+5
2016-05-30gitit: Specify the destination to use in package.installIlias Tsitsimpis3-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-30gitit: Improve watch fileJoachim Breitner1-1/+2
2016-05-10Bump standards version to 3.9.8 (no changes needed)Dmitry Bogatov2-1/+2
2016-05-10Use secure (https) uri in Vcs-Git field in 'debian/control'Dmitry Bogatov2-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-03Releasing to sid.Giovanni Mascellani1-2/+2
2016-05-03Fix links to jquery.Giovanni Mascellani2-7/+17
2016-05-02Fix links to jquery.Giovanni Mascellani5-0/+39
2016-02-24De-Unicode the descriptionJoachim Breitner1-2/+2
2016-02-23gitit: new versionJoachim Breitner5-35/+13
2016-01-23Use the extra-depends feature properlyJoachim Breitner2-5/+9
and make sure libghc-gitit-data has a proper blurb attached (dh_haskell_blurbs does not do that).
2016-01-23gitit: release 0.12.0.1Dmitry Bogatov1-2/+2
2016-01-23gitit: clean-up gitit.cabal from references to missing .js filesDmitry Bogatov3-1/+32
2016-01-23gitit: add dependency, ensuring presence of ↵Dmitry Bogatov2-0/+3
/usr/share/filestore/extra/post-update hook
2016-01-19gitit: drop javascript dependenciesDmitry Bogatov4-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-18gitit: update and refactor `debian/copyright'Dmitry Bogatov2-35/+48
2016-01-18gitit: install forgotten `data/post-update' hookDmitry Bogatov3-0/+3
2016-01-18gitit: also relax debian/controlDmitry Bogatov1-2/+2
2016-01-10gitit: relax dependency on hoauthDmitry Bogatov3-0/+13
2016-01-10gitit: relax dependency on aesonDmitry Bogatov3-0/+21
2016-01-10gitit: New upstream release (0.12.0.1)Dmitry Bogatov3-22/+34
2015-12-03fix changelogsClint Adams1-2/+2
2015-12-03Switch Vcs-Git/Vcs-Browser headers to new location. (733 packages)Clint Adams2-2/+8
2015-12-03Merge branch 'experimental'Clint Adams2-174/+184
2015-11-21Add forgotten bug-closerDmitry Bogatov1-1/+1
2015-11-21Rebuild for sid due upgrade of libjs-jquery thereDmitry Bogatov1-0/+6
2015-11-20gitit: Rebuild, to pick up newer libjs-jquery dependencies (Closes: #796809)Joachim Breitner1-0/+6
2015-08-20Mark st3 for upload to experimentalJoachim Breitner1-2/+2
2015-08-20Depend on haskell-devscripts >= 0.10 to ensure that this package builds ↵Joachim Breitner2-1/+3
against GHC in experimental (727 packages)
2015-08-19Fix gitit build-dependsJoachim Breitner1-0/+68
we need to manually add -prof and -doc until https://github.com/jgm/gitit/issues/507 is addressed.
2015-08-19gitit: new versionJoachim Breitner2-173/+107
2015-07-16gitit: Remove bogus dependency on libghc-cgi-*Joachim Breitner2-3/+6
2015-06-24gitit: Breaks+Replaces, closes: #789741.Clint Adams2-0/+9