Skip to content

Instantly share code, notes, and snippets.

@teratorn
Forked from juliantaylor/gist:1093447
Created July 20, 2011 23:27
Show Gist options
  • Save teratorn/1096176 to your computer and use it in GitHub Desktop.
Save teratorn/1096176 to your computer and use it in GitHub Desktop.
ampsharp
upstream:
please add copyright headers to the source files
- I've added copyright headers to all upstream *.cs files
installation error:
! Assembly /usr/share/cli-common/policies.d/libampsharp2.0-cil/policy.2.0.AMPSharp.dll does not exist
- Fixed now
debian/format:
should be debian/source/format
- Done
debian/control:
missing build dependency nunit?
- The AMPSharp test suite requires nunit 2.5+, so should I still do this?
the extra free line after description is unnecessary
- I'm not sure what you mean. which line, exactly?
-dev package should be named libampsharp2.0-cil-dev
- Done
debian/copyright:
fill in REVISION in format
- OK - correct Format: field now
debian/rules:
running tests during build is recommended, but maybe problematic due to nunit 2.5 currently only in experimental
- OK - I guess I'm punting on this
debian/install:
rename to libampsharp2.0-cil.install
- Done
lintian:
W: ampsharp source: debhelper-overrides-need-versioned-build-depends (>= 7.0.50~)
- OK - now depends on debhelper (>= 7.0.50~)
W: libampsharp2.0-cil: wrong-section-according-to-package-name libampsharp2.0-cil => cli-mono
- Fixed now
run wrap-and-sort from ubuntu-dev-tools
- Done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment