File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ PREFIX = /usr/local
33BIN = $(DESTDIR ) /$(PREFIX ) /bin
44MAN = $(DESTDIR ) /$(PREFIX ) /share/man
55
6- VERSION = 0.1
6+ VERSION = 0.2
77PACKAGE_DIR = sslfie-$(VERSION )
88PACKAGE_FILE = sslfie_$(VERSION ) .tar.bz2
99PACKAGE_ORIG_FILE = sslfie_$(VERSION ) .orig.tar.bz2
@@ -66,7 +66,8 @@ sslfie_$(VERSION)-1_all.deb: $(PACKAGE_FILE) debian/copyright
6666 @hash dpkg-buildpackage 2> /dev/null || { \
6767 echo " ERROR: can't find dpkg-buildpackage. Did you run \` sudo apt-get install debhelper devscripts\` ?" >&2 ; exit 1; \
6868 }
69- dpkg-buildpackage -b -tc -uc -us --changes-option=-u.
69+ dpkg-buildpackage -b -tc -uc -us
70+ mv " ../$@ " .
7071 mv ../sslfie_$(VERSION ) -1_* .changes .
7172
7273.PHONY : deb-src
Original file line number Diff line number Diff line change 1+ sslfie (0.2-1) trusty; urgency=low
2+
3+ * Tweak .deb build for PPA
4+
5+ -- Michael Kropat <mail@michael.kropat.name> Fri, 03 Jul 2015 23:03:24 +0000
6+
17sslfie (0.1-1) trusty; urgency=low
28
39 * Initial release
Original file line number Diff line number Diff line change 99override_dh_auto_install :
1010 dh_auto_install -- PREFIX=/usr
1111
12- override_dh_builddeb :
13- dh_builddeb --destdir=.
14-
1512override_dh_auto_clean :
1613 make clean
Original file line number Diff line number Diff line change @@ -35,5 +35,7 @@ mkdir -p %{buildroot}%{_unitdir}
3535%{_mandir }/man1/*
3636
3737%changelog
38+ * Fri Jul 3 2015 Michael Kropat <mail@michael.kropat.name> - 0.2-1
39+ - Tweak .deb build for PPA
3840* Fri Jul 3 2015 Michael Kropat <mail@michael.kropat.name> - 0.1-1
3941- Initial release
You can’t perform that action at this time.
0 commit comments