Hi Joan,
On Sat, Jul 11, 2020 at 10:46 AM Joan Moreau wrote:
>
> Hello,
>
> I have read so many articles, but I do not find any clear explanation of what
> I am doing wrong.
>
> I am running debmake / debbuild on the data I packed here :
> https://grosjo.net/tb.tar.gz
>
>
>
> Can you help ?
Yo
Hello,
I have read so many articles, but I do not find any clear explanation of
what I am doing wrong.
I am running debmake / debbuild on the data I packed here :
https://grosjo.net/tb.tar.gz
Can you help ?
Thank you very much
On 2020-07-05 17:51, Joan Moreau wrote:
An additional quest
An additional question : I still do not understand why, if this is a
"source" package, the source (and the Makefile) does not get included ?
Am I missing something ?
On 2020-07-05 17:26, Joan Moreau wrote:
Ok, I tried to put a Makefile that import all needed packages dynamically (via "git cl
Ok, I tried to put a Makefile that import all needed packages
dynamically (via "git clone" mostly)
You may check
https://github.com/grosjo/tomboy-reborn/blob/master/packages/tomboy-reborn_1.0.0-1_amd64.deb
Thank you
On 2020-07-05 15:53, Sudip Mukherjee wrote:
On Sun, Jul 5, 2020 at 3:31 P
Hi
The lazbuild is commented because this does not work properly from
console, one shall use lazarus IDE in order to compile the sources
properly, and according to its architecture.
Thank you for the tip about DESTDIR, it seems it works now.
What do you think of
https://github.com/grosjo/to
On 2020-07-05 at 12:51, Joan Moreau wrote:
> An additional question : I still do not understand why, if this is a
> "source" package, the source (and the Makefile) does not get included
> ?
>
> Am I missing something ?
The .deb is not a source package. A .deb is a binary package.
Earlier in thi
On 2020-07-05 at 12:26, Joan Moreau wrote:
> Ok, I tried to put a Makefile that import all needed packages
> dynamically (via "git clone" mostly)
Sorry - accessing the network during compilation is (at least generally)
prohibited. IIRC, it both is a violation of Debian policy, and may
actually n
On 2020-07-05 at 10:54, The Wanderer wrote:
> In order for this to be included in Debian, the final package build
> - after all testing and tweaking to make sure things work properly -
> will need to take place on the Debian build-daemon servers (AKA the
> buildds), with no user interaction whatso
On 2020-07-05 at 10:31, Joan Moreau wrote:
> Hi
>
> The lazbuild is commented because this does not work properly from
> console, one shall use lazarus IDE in order to compile the sources
> properly, and according to its architecture.
Can the IDE be triggered to do this from the command line, so
On Sun, Jul 5, 2020 at 3:31 PM Joan Moreau wrote:
>
> Hi
>
> The lazbuild is commented because this does not work properly from console,
> one shall use lazarus IDE in order to compile the sources properly, and
> according to its architecture.
uhhh.. Debian builds are automated and there is no
I have now managed to have debmake and debuild to run without errors
I am running it on https://grosjo.net/tomboy-reborn-1.0.0.tar.gz
The "debuild" command does create a ".deb" file. However the deb file
is not instalable (i.e. the compiled software is not in the archive)
And still not sur
On Sun, Jul 05, 2020 at 10:50:28AM +0100, Joan Moreau wrote:
> I have now managed to have debmake and debuild to run without errors
>
> I am running it on https://grosjo.net/tomboy-reborn-1.0.0.tar.gz
>
> The "debuild" command does create a ".deb" file. However the deb file
> is not instalable (
On Sun, Jul 5, 2020 at 10:54 AM Joan Moreau wrote:
>
> I have now managed to have debmake and debuild to run without errors
>
> I am running it on https://grosjo.net/tomboy-reborn-1.0.0.tar.gz
I downloaded this tar file and I can see you have a Makefile in src
folder but when I run make it does n
When you say "write a proper source package ", are you referring to the
actual ".deb" package ? or something else ?
Bottom line : What is actually needed ? I mean, in concrete terms ?
Something I can actually type on a command line ?
On 2020-07-04 21:23, Andrey Rahmatullin wrote:
On Sat, Jul
Hello,
Concretely:
(1) As a "software provider", what files are expected (besides the
sources, the Makefile and the binary) ? ( please kindly refer to :
https://github.com/grosjo/tomboy-reborn )
(2) As a "package maintainer" , the error below keeps poping up, so most
probably I am missing s
On Sat, Jul 04, 2020 at 09:35:15PM +0100, Joan Moreau wrote:
> When you say "write a proper source package ", are you referring to the
> actual ".deb" package ? or something else ?
I'm referring to a Debian source package. I've already linked you to
https://wiki.debian.org/Packaging/SourcePackage.
Input file sare visibles on
https://github.com/grosjo/tomboy-reborn/tree/master/packages
This is the exact ouptut I get (from debuild -d)
I: check_all_licenses completed for 32 files.
I: bunch_all_licenses
I: format_all_licenses
I: make debian/* template files
I: found "debian/changelog"
I: d
Is there a web page stating the steps to go through, without all this
complexity ?
similar to the Arch :
https://wiki.archlinux.org/index.php/AUR_submission_guidelines
On 2020-07-04 17:43, Andrey Rahmatullin wrote:
On Sat, Jul 04, 2020 at 05:38:05PM +0100, Joan Moreau wrote:
Let's imagi
Let's imagine I found it (using lazbuild most probably), then where
should I put that command ?
How to specifiy the options needed ? where to put lazarus is required ?
Following
https://www.debian.org/doc/manuals/debmake-doc/ch04.en.html#step-upstream,
I am getting the error "Please specify t
On Sat, Jul 04, 2020 at 08:39:36PM +0100, Joan Moreau wrote:
> (1) As a "software provider", what files are expected (besides the
> sources, the Makefile and the binary) ? ( please kindly refer to :
> https://github.com/grosjo/tomboy-reborn )
The sources and the build system to build them. Binaries
Hi Boyuan,
Thank you so much for your feedback.
The program is to be compiled with Lazarus
(https://packages.debian.org/buster/lazarus-ide ), this is pretty
straighforward for anyone willing to compile from source.
SHould I put "lazarus" somewhere ? where ?
Thank you
On 2020-07-04 16:28
On Sat, Jul 04, 2020 at 06:06:05PM +0100, Joan Moreau wrote:
> Input file sare visibles on
> https://github.com/grosjo/tomboy-reborn/tree/master/packages
You are supposed to include thesoftware source in the package, not this.
So debian/ should be in the root of the repo.
> This is the exact ouptu
On Sat, Jul 04, 2020 at 05:57:51PM +0100, Joan Moreau wrote:
> Is there a web page stating the steps to go through, without all this
> complexity ?
>
> similar to the Arch :
> https://wiki.archlinux.org/index.php/AUR_submission_guidelines
https://mentors.debian.net/intro-maintainers is similar t
On Sat, Jul 04, 2020 at 05:38:05PM +0100, Joan Moreau wrote:
> Let's imagine I found it (using lazbuild most probably), then where
> should I put that command ?
override_dh_auto_build, assuming you use dh(1)
> How to specifiy the options needed ?
As usual in the command arguments.
> where to put
Hi Evangelos
Found also this page
https://coderwall.com/p/urkybq/how-to-create-debian-package-from-source
But I am not getting anywhere.
My tentative package is however extremely simple
It contains 3 files
- the binary (to go into /usr/bin)
- the icon
- the .desktop file
The source
On Sat, Jul 04, 2020 at 04:57:37PM +0100, Joan Moreau wrote:
> Hi Boyuan,
>
> Thank you so much for your feedback.
>
> The program is to be compiled with Lazarus
> (https://packages.debian.org/buster/lazarus-ide ), this is pretty
> straighforward for anyone willing to compile from source.
>
> SH
On 2020-07-04 at 11:28, Boyuan Yang wrote:
> In your case, I do not see any build system in your source code
> repository. There is a built binary file but there's no script or
> instructions describing how the built binary was generated. I have
> absolutely no idea how you were building the Pa
Hi Joan,
在 2020-07-04星期六的 13:23 +0100,Joan Moreau写道:
> Hi Evangelos
>
> Found also this page
> https://coderwall.com/p/urkybq/how-to-create-debian-package-from-source
>
> It contains 3 files
> - the binary (to go into /usr/bin)
> - the icon
> - the .desktop file
>
>
> The sources are here : h
Hi
I am really sorry to bother you, but I am a bit lost.
I created a .deb file (see
https://github.com/grosjo/tomboy-reborn/tree/master/packages ) so I
should now create a deb-src package, right ?
The wiki page you mentioned does not really explain how to do so. Is
there a simple, step-by-s
Hi,
I originally got started with [1], however you should probably consult the new
version [2]. This should hopefully help you figure things out.
[1] https://www.debian.org/doc/manuals/maint-guide/index.html
[2] https://www.debian.org/doc/devel-manuals#debmake-doc
On 7/1/20 9:20 PM, Joan Moreau
On Wed, Jul 01, 2020 at 05:35:21PM +0100, Joan Moreau wrote:
> This is not a "source package" as the source is in Pascal (using Lazarus
> compiler package). Should I include the Pascal source also ?
You need to create a Debian source package that can be built to produce a
Debian binary package.
It
Package: sponsorship-requests
Severity: normal [important for RC bugs, wishlist for new packages]
Dear mentors,
I am looking for a sponsor for my package "tomboy-reborn"
* Package name: tomboy-reborn
Version : 1.0-1
Upstream Author : Joan Moreau
* URL :
32 matches
Mail list logo