path: gparted_1.8.0-1/debian/changelog * Install appstream metadata in gparted (Closes: #944063) * Patch gparted to use pidof(1) instead of ps(1) (Closes: #864932) * debian/watch: Check upstream's signature on the release tarball. path: gparted_1.8.0-1/debian/changelog * New upstream version 1.2.0 + Closes: #948739, #950425 * Drop Reliably-detect-running-gpartedbin-using-pidof-54.patch * Update my email path: gparted_1.8.0-1/gparted.in for k in '' `echo "$PATH" | sed 's,:, ,g'`; do if test -x "$k/hal-lock"; then if pidof hald 1> /dev/null; then HAVE_HAL_LOCK=yes break path: gparted_1.8.0-1/gparted.in # Only permit one instance of GParted to execute at a time # if pidof gpartedbin 1> /dev/null; then echo "The process gpartedbin is already running." echo "Only one gpartedbin process is permitted." path: gparted_1.8.0-1/gparted.in /usr/lib/udisks2/udisks2-inhibit; do if test -x $k; then if pidof udisksd 1> /dev/null; then HAVE_UDISKS2_INHIBIT=yes UDISKS2_INHIBIT_BIN=$k path: gparted_1.8.0-1/gparted.in for k in '' `echo "$PATH" | sed 's,:, ,g'`; do if test -x "$k/udisks"; then if pidof udisks-daemon 1> /dev/null; then HAVE_UDISKS=yes break path: gparted_1.8.0-1/gparted.in for k in '' `echo "$PATH" | sed 's,:, ,g'`; do if test -x "$k/systemctl"; then if pidof systemd 1> /dev/null; then HAVE_SYSTEMCTL=yes break