Skip to content

Commit

Permalink
Fix the debian control file
Browse files Browse the repository at this point in the history
so that the values are properly replaced
  • Loading branch information
egli committed May 30, 2024
1 parent 594be4d commit eb466d5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions src/main/deb/DEBIAN/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
dtbook-schema (1.4-1) unstable; urgency=medium

* Minor upgrade

-- Christian Egli <christian.egli@sbs.ch> Thu, 30 May 2024 14:39:05 +0200

dtbook-schema (1.3-1) unstable; urgency=medium

* Minor upgrade

-- Christian Egli <christian.egli@sbs.ch> Thu, 30 May 2024 14:37:32 +0200

dtbook-schema (1.2-1) unstable; urgency=low

* Initial packaging
Expand Down
4 changes: 2 additions & 2 deletions src/main/deb/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: ${project.artifactId}
Version: ${project.detailedVersion}
Package: [[name]]
Version: [[version]]
Section: text
Priority: optional
Architecture: all
Expand Down

0 comments on commit eb466d5

Please sign in to comment.