Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | makedeb success |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | master |
Files: | files | file ages | folders |
SHA3-256: |
9f98fbe8f973e2cec79b10f4cf9d84c1 |
User & Date: | jmcclure@cns.umass.edu 2014-09-25 21:10:48 |
Context
2014-09-25
| ||
21:26 | patching up pkgname conflict check-in: a7ce001790 user: jesse@mccluresk9.com tags: trunk, master | |
21:10 | makedeb success check-in: 9f98fbe8f9 user: jmcclure@cns.umass.edu tags: trunk, master | |
00:38 | fixing up deb packaging check-in: 7e6ae839bc user: jesse@mccluresk9.com tags: trunk, master | |
Changes
Changes to pkg/deb/README.
1 2 3 4 5 6 | makedeb is experimental - use at your own risk. The goal is to be able to build debian packages from an rpm spec file - or something very close to it. | > > | 1 2 3 4 5 6 7 8 | makedeb is experimental - use at your own risk. The goal is to be able to build debian packages from an rpm spec file - or something very close to it. 26 Sept 2014 - makedeb succesfully build an installable deb package on ubunt 14 |
Changes to pkg/deb/fex.spec.
1 2 3 4 5 6 7 8 9 10 | summary: Frequency Excursion Calculator name: fex version: 2 release: 1 license: GPL3 group: Applications/Science source: https://github.com/BehaviorEnterprises/Fex.git url: https://wiki.BehaviorEnterprises.com vendor: Behavior Enterprises packager: Jesse McClure <jesse@mccluresk9.com> | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | summary: Frequency Excursion Calculator name: fex version: 2 release: 1 license: GPL3 group: Applications/Science source: https://github.com/BehaviorEnterprises/Fex.git url: https://wiki.BehaviorEnterprises.com vendor: Behavior Enterprises packager: Jesse McClure <jesse@mccluresk9.com> requires: libcairo, desktop-file-utils, libfftw3, libsndfile1, libxpm4, python, libasound2 buildrequires: libasound2-dev, libcairo2-dev, libfftw3-dev, gcc, libsndfile1-dev, libx11-dev, libxpm-dev, pkg-config prefix: /usr %description Frequency Excursion Calculator %prep %setup -c |
︙ | ︙ |
Changes to share/fex.desktop.
1 2 3 4 5 6 7 | [Desktop Entry] Name=Fex Comment=Calculates the frequency excursion of a sound wave Exec=fex-gtk %F #Exec=fex-gtk --long %F Terminal=false Type=Application | | | | 1 2 3 4 5 6 7 8 9 10 | [Desktop Entry] Name=Fex Comment=Calculates the frequency excursion of a sound wave Exec=fex-gtk %F #Exec=fex-gtk --long %F Terminal=false Type=Application Categories=Science Icon=/usr/share/pixmaps/fex.png MimeType=audio/vnd.wav |