diff --git a/Makefile b/Makefile index 50ef116..99b5aa5 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ all: .builddeb sed -e "s/^Version:.*/`gawk -f ../increment.awk $(DIR)/DEBIAN/control`/" $(DIR)/DEBIAN/control > $(DIR)/DEBIAN/control.tmp mv $(DIR)/DEBIAN/control.tmp $(DIR)/DEBIAN/control fakeroot dpkg-deb --build $(DIR) "$(DIR)_$(VERSION)_$(ARCH).deb" - ln -sf "$(DIR)_$(VERSION)_$(ARCH).deb" "$(DIR).deb" + ln -sf "$(DIR)_$(VERSION)_$(ARCH).deb" "$(DIR)_current_$(ARCH).deb" aptly repo add xundeenergie "$(DIR)_$(VERSION)_$(ARCH).deb" touch .builddeb diff --git a/ricoh-sp100.deb b/ricoh-sp100.deb deleted file mode 120000 index 860e646..0000000 --- a/ricoh-sp100.deb +++ /dev/null @@ -1 +0,0 @@ -ricoh-sp100_0.1.6_all.deb \ No newline at end of file diff --git a/ricoh-sp100/DEBIAN/control b/ricoh-sp100/DEBIAN/control index cdb4995..16ebc4c 100644 --- a/ricoh-sp100/DEBIAN/control +++ b/ricoh-sp100/DEBIAN/control @@ -1,5 +1,5 @@ Package: ricoh-sp100 -Version: 0.1.6 +Version: 0.1.7 Section: cups Priority: extra Architecture: all diff --git a/ricoh-sp100_0.1.7_all.deb b/ricoh-sp100_0.1.7_all.deb new file mode 100644 index 0000000..19c00d1 Binary files /dev/null and b/ricoh-sp100_0.1.7_all.deb differ diff --git a/ricoh-sp100_current_all.deb b/ricoh-sp100_current_all.deb new file mode 120000 index 0000000..44f4ecf --- /dev/null +++ b/ricoh-sp100_current_all.deb @@ -0,0 +1 @@ +ricoh-sp100_0.1.7_all.deb \ No newline at end of file