mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-02 07:03:51 +01:00
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:
@@ -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
2
debian/changelog
vendored
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user