Skip to content

Commit a5667b4

Browse files
committed
ready kernel image packages for upload
1 parent dce064a commit a5667b4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

kernel/packages/prawnos-linux-image-arm64/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ install:
7676

7777
.PHONY: upload
7878
upload:
79-
$(PRAWNOS_PACKAGE_SCRIPTS_UPLOAD)
79+
$(PRAWNOS_PACKAGE_SCRIPTS_UPLOAD) $(PACKAGE_NAME).changes

kernel/packages/prawnos-linux-image-arm64/src/debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
prawnos-linux-image-arm64 (5.9.12-1-1) stable; urgency=medium
1+
prawnos-linux-image-arm64 (5.9.12-1-1) testing; urgency=medium
22

33
* release 5.9.12-1-1
44

kernel/packages/prawnos-linux-image-armhf/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ install:
7676

7777
.PHONY: upload
7878
upload:
79-
$(PRAWNOS_PACKAGE_SCRIPTS_UPLOAD)
79+
$(PRAWNOS_PACKAGE_SCRIPTS_UPLOAD) $(PACKAGE_NAME).changes

kernel/packages/prawnos-linux-image-armhf/src/debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
prawnos-linux-image-armhf (5.9.12-1-1) stable; urgency=medium
1+
prawnos-linux-image-armhf (5.9.12-1-1) testing; urgency=medium
22

33
* release 5.9.12-1-1
44

0 commit comments

Comments
 (0)