Skip to content

Commit

Permalink
Merge pull request #69 from hsbasu/deb-packaging
Browse files Browse the repository at this point in the history
Update deb package version
  • Loading branch information
amit9838 authored Feb 8, 2024
2 parents 7e09e5e + 4eedb6f commit 929cbf9
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
47 changes: 47 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,50 @@
mousam (1.0.2) stable; urgency=medium

[ Himadri Sekhar Basu ]
* Fix packaging (#58)
* Fix snap packaging
- Fixed missing artifacts in snap version
- Use meson version >=0.61 for compatibility
in ubuntu 22.04 (current version 0.61.2)
- Update project version to 1.0.1
* fixes as needed
* remove the conditions based on packaging format
---------
Co-authored-by: সৌম্যদীপ ঘোষ <[email protected]>

[ soumyadghosh ]
* added workflows to test the latest commit
* fix the flatpak manifest

[ সৌম্যদীপ ঘোষ ]
* fix typo

[ Amit Chaudhary ]
* change app_id from io.github.amit9838.weather to io.github.amit9838.mousam
* use old name for project config file

[ Himadri Sekhar Basu ]
* Rename package an repo to mousam
- Rename app name to mousam
- Rename app id to io.github.amit9838.mousam
* Fix no icon in debian packaging and lintian
- Fix lintian copyright error
- Update icon cache in d/postinst
and d/postrm
- Fixed #56 with #62
* Update meson build and translation scripts
- Concise the meson build script for icons
- Fix install mode for the mousam binary
- Replace deprecated meson function
install_subdir with install_emptydir
- Update flatpak builder workflow
- Closed #57 with #65

[ Amit Chaudhary ]
* releasev1.0.2

-- Himadri Sekhar Basu <[email protected]> Thu, 08 Feb 2024 18:03:01 +0530

mousam (1.0.1) jammy; urgency=medium

[ সৌম্যদীপ ঘোষ ]
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('mousam',
version: '1.0.1',
version: run_command('dpkg-parsechangelog', '--show-field', 'Version', check: true).stdout(),
meson_version: '>= 0.61.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
Expand Down

0 comments on commit 929cbf9

Please sign in to comment.