Skip to content

Commit

Permalink
und - Populated the Debian changelogs
Browse files Browse the repository at this point in the history
---

We've populated the Debian changelogs for the final release. No more breaking changes or additions should be made from now on.

---

Type: und
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 28, 2024
1 parent c9ce987 commit fc8124d
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-ppa-package-with-lintian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
run: |
mv debian ..
mv .github ..
tar cfv ../kernel-simulator_3.0.25.411-0.1.0~rc.orig.tar .
xz ../kernel-simulator_3.0.25.411-0.1.0~rc.orig.tar
tar cfv ../kernel-simulator_3.0.25.437-0.1.0.orig.tar .
xz ../kernel-simulator_3.0.25.437-0.1.0.orig.tar
mv ../debian .
- name: Build package
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-ppa-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
run: |
mv debian ..
mv .github ..
tar cfv ../kernel-simulator_3.0.25.411-0.1.0~rc.orig.tar .
xz ../kernel-simulator_3.0.25.411-0.1.0~rc.orig.tar
tar cfv ../kernel-simulator_3.0.25.437-0.1.0.orig.tar .
xz ../kernel-simulator_3.0.25.437-0.1.0.orig.tar
mv ../debian .
- name: Build package
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pushamend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Download original source
run: |
wget --output-document=../kernel-simulator_3.0.25.411-0.1.0~rc.orig.tar.xz https://launchpad.net/~eofla/+archive/ubuntu/kernel-sim/+sourcefiles/kernel-simulator/3.0.25.411-0.1.0~rc/kernel-simulator_3.0.25.411-0.1.0~rc.orig.tar.xz
tar xf ../kernel-simulator_3.0.25.411-0.1.0~rc.orig.tar.xz .
wget --output-document=../kernel-simulator_3.0.25.437-0.1.0.orig.tar.xz https://launchpad.net/~eofla/+archive/ubuntu/kernel-sim/+sourcefiles/kernel-simulator/3.0.25.437-0.1.0/kernel-simulator_3.0.25.437-0.1.0.orig.tar.xz
tar xf ../kernel-simulator_3.0.25.437-0.1.0.orig.tar.xz .
mv .github ..
- name: Build source package
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pushppa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
run: |
mv debian ..
mv .github ..
tar cfv ../kernel-simulator_3.0.25.411-0.1.0~rc.orig.tar .
xz ../kernel-simulator_3.0.25.411-0.1.0~rc.orig.tar
tar cfv ../kernel-simulator_3.0.25.437-0.1.0.orig.tar .
xz ../kernel-simulator_3.0.25.437-0.1.0.orig.tar
mv ../debian .
- name: Build source package
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
kernel-simulator (3.0.25.437-0.1.0-1) noble; urgency=medium

* New generation of Nitrocid KS! It contains a huge amount of changes!
* Consult changes.chg in the Git repo for more info.

-- Aptivi CEO <[email protected]> Wed, 28 Feb 2024 14:29:50 +0300

kernel-simulator (3.0.25.411-0.1.0~rc-1) noble; urgency=medium

* Consult changes.chg in the Git repo for more info.
Expand Down
1 change: 0 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ override_dh_auto_build:
$(MAKE) debian-all-offline

override_dh_auto_install:
$(MAKE) echo-arch
$(MAKE) debian-install

0 comments on commit fc8124d

Please sign in to comment.