Modify ↓
Opened 16 years ago
Closed 16 years ago
#48 closed enhancement (fixed)
Patch for email2trac
Reported by: | Christian Iversen <ci@…> | Owned by: | bas |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | email2trac | Version: | 0.1 |
Keywords: | Cc: |
Description
Hello email2trac-devs It seems that email2trac is platform-agnostic, and certainly not limited to i386. I therefore propose the following patch: Index: debian/control =================================================================== --- debian/control (revision 196) +++ debian/control (working copy) @@ -7,7 +7,7 @@ Package: email2trac Section: misc -Architecture: i386 +Architecture: all Maintainer: Bas van der Vlies <bas@sara.nl> Depends: ${slibs:Depends}, python, cdbs, trac Description: Converts email to a trac ticket
Attachments (0)
Change History (4)
comment:1 Changed 16 years ago by Christian Iversen
- id set to 48
comment:2 Changed 16 years ago by bas
- Priority changed from major to minor
- Status changed from new to assigned
- Type changed from defect to enhancement
Thanks for the patch and suggestion, but this is not quite true. In the package there is also a C-program included and that only runs on the architecture where it is compiled. When configure is run we must generate the control file. That would be the solution.
comment:3 Changed 16 years ago by anonymous
Oh, that's not true. You can just use "any" for the value instead of "all". That way, the package will compile on any architecture but still be named specifically for the one it's generated on.
comment:4 Changed 16 years ago by bas
- Resolution set to fixed
- Status changed from assigned to closed
Thanks for the update. Just tested it and you are right. I have update the trunk version.
Note: See
TracTickets for help on using
tickets.
This message has 0 attachment(s)