Skip to content

Instantly share code, notes, and snippets.

@teratorn
Forked from juliantaylor/gist:1093447
Created July 20, 2011 23:27

Revisions

  1. teratorn revised this gist Jul 21, 2011. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -22,7 +22,7 @@ the extra free line after description is unnecessary

    debian/copyright:
    fill in REVISION in format
    - Don't know what to do, here :(
    - 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
    @@ -37,7 +37,7 @@ 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
    - I don't understand this error :/
    - Fixed now

    run wrap-and-sort from ubuntu-dev-tools
    - Done
  2. teratorn revised this gist Jul 20, 2011. 1 changed file with 15 additions and 1 deletion.
    16 changes: 15 additions & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,29 +1,43 @@
    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
    - Don't know what to do, here :(

    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
    - I don't understand this error :/

    run wrap-and-sort from ubuntu-dev-tools

    - Done
  3. Julian Taylor revised this gist Jul 20, 2011. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -10,6 +10,7 @@ should be debian/source/format
    debian/control:
    missing build dependency nunit?
    the extra free line after description is unnecessary
    -dev package should be named libampsharp2.0-cil-dev

    debian/copyright:
    fill in REVISION in format
  4. Julian Taylor revised this gist Jul 20, 2011. 1 changed file with 11 additions and 14 deletions.
    25 changes: 11 additions & 14 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,31 +1,28 @@
    upstream:
    please add copyright headers to the source files

    debian/ampsharp.snk
    uncessesary, duplicate from upstream source
    installation error:
    ! Assembly /usr/share/cli-common/policies.d/libampsharp2.0-cil/policy.2.0.AMPSharp.dll does not exist

    debian/source/format:
    missing, please use 3.0 (quilt)

    debian/compat:
    7 is recommended
    debian/format:
    should be debian/source/format

    debian/control:
    missing build dependency nunit?
    standard version should be 3.9.2
    http://www.debian.org/doc/debian-policy/#contents
    the extra free line after description is unnecessary

    debian/copyright:
    recommended format http://dep.debian.net/deps/dep5/
    fill in REVISION in format

    debian/rules:
    please use debhelper 7 rules:
    http://pkg-mono.alioth.debian.org/cli-policy/ch-appendix.html#s-debhelper7-example
    running tests during build is recommended, but maybe problematic due to nunit 2.5 currently only in experimental

    ampsharp-cil-dev is empty, probably you want to install the .pc file there
    use two install files, see man dh_install
    debian/install:
    rename to libampsharp2.0-cil.install

    lintian:
    W: ampsharp source: debhelper-overrides-need-versioned-build-depends (>= 7.0.50~)
    W: libampsharp2.0-cil: wrong-section-according-to-package-name libampsharp2.0-cil => cli-mono

    run wrap-and-sort from ubuntu-dev-tools

  5. Julian Taylor created this gist Jul 19, 2011.
    31 changes: 31 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,31 @@
    upstream:
    please add copyright headers to the source files

    debian/ampsharp.snk
    uncessesary, duplicate from upstream source

    debian/source/format:
    missing, please use 3.0 (quilt)

    debian/compat:
    7 is recommended

    debian/control:
    missing build dependency nunit?
    standard version should be 3.9.2
    http://www.debian.org/doc/debian-policy/#contents
    the extra free line after description is unnecessary

    debian/copyright:
    recommended format http://dep.debian.net/deps/dep5/

    debian/rules:
    please use debhelper 7 rules:
    http://pkg-mono.alioth.debian.org/cli-policy/ch-appendix.html#s-debhelper7-example
    running tests during build is recommended, but maybe problematic due to nunit 2.5 currently only in experimental

    ampsharp-cil-dev is empty, probably you want to install the .pc file there
    use two install files, see man dh_install

    run wrap-and-sort from ubuntu-dev-tools