2021-05-17 Fred Gleason <fredg@paravelsystems.com>

* Added a 'make dep' target.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-05-17 11:12:18 -04:00
parent c85fdf3ece
commit 7e54519bdb
3 changed files with 7 additions and 3 deletions

View File

@@ -21691,3 +21691,5 @@
when run with a user with no authorized feeds.
2021-05-17 Fred Gleason <fredg@paravelsystems.com>
* Added a 'make deb' target.
2021-05-17 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regressions that broke the 'make deb' target.

2
debian/changelog vendored
View File

@@ -1,4 +1,4 @@
rivendell (3.5.0int0-1) unstable; urgency=medium
rivendell (4.0.0beta0-1) unstable; urgency=medium
* Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>

View File

@@ -22,8 +22,10 @@
#
if test $UID = 0 ; then
if test -x /usr/bin/gtk-update-icon-cache ; then
/usr/bin/gtk-update-icon-cache -f /usr/share/icons/hicolor
if test -z $FAKEROOTKEY ; then
if test -x /usr/bin/gtk-update-icon-cache ; then
/usr/bin/gtk-update-icon-cache -f /usr/share/icons/hicolor
fi
fi
fi