Sign me up Login

Details about package myosotis

Name: myosotis
Uploader: Benoît Rouits <brouits@free.fr> (Debian QA page)
Description: myosotis - Simple checklist application

Package uploads

Upload #7

Information

Version: 0.1.2-1
Uploaded: 2025-08-09 08:12
Source package: myosotis_0.1.2-1.dsc
Distribution: unstable
Section: misc
Priority: optional
Homepage: https://git.noise.rocks/ben/myosotis
Vcs-Git: https://git.noise.rocks/ben/myosotis.git -b debian
Vcs-Browser: https://git.noise.rocks/ben/myosotis
Closes bugs: #1110358

Changelog

 myosotis (0.1.2-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1110358)

QA information

Comments

  1. This upload adds the license for the application's icon file.
    Benoît Rouits at Aug. 9, 2025, 9:38 a.m.

Upload #6

Information

Version: 0.1.2-1
Uploaded: 2025-08-07 21:42
Source package: myosotis_0.1.2-1.dsc
Distribution: unstable
Section: misc
Priority: optional
Homepage: https://git.noise.rocks/ben/myosotis
Vcs-Git: https://git.noise.rocks/ben/myosotis.git -b debian
Vcs-Browser: https://git.noise.rocks/ben/myosotis
Closes bugs: #1110358

Changelog

 myosotis (0.1.2-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1110358)

QA information

Comments

  1. This upload is an update to match upstream version 0.1.2 and avoid lintian errors on "malformed-deb-archive"
    Benoît Rouits at Aug. 7, 2025, 9:49 p.m.

Upload #5

Information

Version: 0.1.1-1
Uploaded: 2025-08-07 08:42
Source package: myosotis_0.1.1-1.dsc
Distribution: unstable
Section: misc
Priority: optional
Homepage: https://git.noise.rocks/ben/myosotis
Vcs-Git: https://git.noise.rocks/ben/myosotis.git -b debian
Vcs-Browser: https://git.noise.rocks/ben/myosotis
Closes bugs: #1110358

Changelog

 myosotis (0.1.1-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1110358)

QA information

Comments

  1. VCS fields are just for slasa!!!!!
    Seyed Mohamad Amin Modaresi at Aug. 7, 2025, 9:13 a.m.
  2. Other DD told me VCS field are not just for salsa and asked me to reset it in the control file. VCS-Git field is meant to point to the debian branch. That's the only requirement. The -b debian is the way to indicate this in my case.
    
    Please look at:
    https://www.debian.org/doc/debian-policy/ch-controlfields.html#version-control-system-vcs-fields
    Ready Benoît Rouits at Aug. 7, 2025, 9:48 a.m.
  3. @Seyed,
    
    Benoit is correct in this matter.
    
    Please refrain from all the exclamation marks. It is not polite and not meant for Debian Mentors.
    
    Regards
    
    Phil
    Phil Wyett at Aug. 7, 2025, 5:25 p.m.

Upload #4

Information

Version: 0.1.0-1
Uploaded: 2025-08-04 03:42
Source package: myosotis_0.1.0-1.dsc
Distribution: unstable
Section: misc
Priority: optional
Homepage: https://git.noise.rocks/ben/myosotis
Closes bugs: #1110358

Changelog

 myosotis (0.1.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1110358)

QA information

Comments

  1. I don't understand you.
    
    Why should you create deb package? For testing?
    
    Working with sbuild and gpb is veryyy easy.
    
    You should use gbp.
    Seyed Mohamad Amin Modaresi at Aug. 4, 2025, 7:49 a.m.
  2. Hello,
    I didn't mean a deb package. I have myosotis_0.1.0-1_amd64.changes that mentions amd64 architecture. I thought it didn't include the source, I may be wrong.
    For my other packages I used to upload *_source.changes which does not specify an architecture. That's what I called wrongly a "source package". Sorry for my little knowledge to those *.changes files.
    
    Since today I'm using sbuild, I will look at gpb later.
    Ready Benoît Rouits at Aug. 4, 2025, 9:21 a.m.
  3. Thank you for your precious help. I think the package is okay now :-)
    Benoît Rouits at Aug. 4, 2025, 9:35 a.m.
  4. If the source creates a binary file and that works for all of arches.
    In the control, In the Architecture: field you should use 'any'
    
    gbp use sbuild (or the other) for creating. It doesn't create packages alone.
    
    
    [hasan@debian ~]$ cat ~/.gbp 
    # Configuration file for "gbp <command>"
    
    [DEFAULT]
    # the default build command:
    builder = sbuild -S
    # use pristine-tar:
    pristine-tar = True
    # Use color when on a terminal, alternatives: on/true, off/false or auto
    color = auto
    signer = Seyed Mohamad Amin Modaresi <modaresisofthard@proton.me>
    
    [buildpackage]
    source=1
    pristine-tar = true
    Seyed Mohamad Amin Modaresi at Aug. 4, 2025, 9:38 a.m.

Upload #3

Information

Version: 0.1.0-1
Uploaded: 2025-08-03 19:27
Source package: myosotis_0.1.0-1.dsc
Distribution: unstable
Section: misc
Priority: optional
Homepage: https://git.noise.rocks/ben/myosotis
Closes bugs: #1110358

Changelog

 myosotis (0.1.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1110358)

QA information

Comments

  1. Ah. I am using today my Ubuntu laptop, so it semms the control and data are not in the correct compression format beacause of Ubuntu. I can use my Debian laptop in a few days to fix that.
    Needs work Benoît Rouits at Aug. 3, 2025, 7:42 p.m.
  2. What do you command used for building?
    
    I don't think that ubuntu is different with debian in this case
    Seyed Mohamad Amin Modaresi at Aug. 3, 2025, 7:49 p.m.
  3. For binary packages I use dpkg-buildpackage -rfakeroot
    For source packages I use debuild -S -k0x`cat $HOME/.pgpkey | tr -d ' '`
    
    I guess I should use debuild for binary package too ?
    Benoît Rouits at Aug. 3, 2025, 10:36 p.m.
  4. Use sbuild and use gbp
    Seyed Mohamad Amin Modaresi at Aug. 4, 2025, 1:32 a.m.
  5. Okay, after a painful configuration of schroot and sbuild, i could generate a mysosotis package inside a chrooted Debian unstable.
    
    The amd64 package is uploading...
    Benoît Rouits at Aug. 4, 2025, 3:35 a.m.
  6. Isn't is better to provide the source packgage instead of amd64 ?
    Benoît Rouits at Aug. 4, 2025, 3:36 a.m.

Upload #2

Information

Version: 0.1.0-1
Uploaded: 2025-08-03 06:27
Source package: myosotis_0.1.0-1.dsc
Distribution: unstable
Section: misc
Priority: optional
Homepage: https://git.noise.rocks/ben/myosotis
Vcs-Git: https://git.noise.rocks/ben/myosotis.git -b debian
Vcs-Browser: https://git.noise.rocks/ben/myosotis
Closes bugs: #1110105

Changelog

 myosotis (0.1.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1110105)

QA information

Comments

  1. Hello. 
    
    You must fix the lintian errors.
    
    Bad package name in the ITP subject. myositis --> myosotis
    Send a new ITP with the correct name.
    
    Bad standard version in the d/control . 4.7.0 --> 4.7.2
    
    Vcs-Browser and Vcs-Git is just for the salsa.debian.org
    Please create an account in the salsa (if you want) or remove Vcs fields. 
    
    For (very) more easier packaging you can use gbp command.
    https://honk.sigxcpu.org/projects/git-buildpackage/manual-html/
    
    For just a template, see: https://salsa.debian.org/amin_modaresi/dl-distro
    
    very long lines and debian-watch-does-not-check-openpgp-signature tags are not importand.
    
    Don't remove previous uploads. just send a new.
    Needs work Seyed Mohamad Amin Modaresi at Aug. 3, 2025, 9:30 a.m.

Upload #1

Information

Version: 0.1.0-1
Uploaded: 2025-08-03 05:42
Source package: myosotis_0.1.0-1.dsc
Distribution: unstable
Section: misc
Priority: optional
Homepage: https://git.noise.rocks/ben/myosotis
Vcs-Git: https://git.noise.rocks/ben/myosotis.git -b debian
Vcs-Browser: https://git.noise.rocks/ben/myosotis
Closes bugs: #1110105

Changelog

 myosotis (0.1.0-1) unstable; urgency=medium
 .
   * Initial release. (Closes: #1110105)

QA information

Comments

No comments