Package: gcstar Version: 1.4.3-2 The debian package for gcstar is missing some changes that have been made upstream. These changes affect:
control: libdatetime-format-strptime-perl, libmp3-info-perl, libcddb-perl, libnet-freedb-perl were added to the recommends list, the package description was updated menu: longtitle and icon were updated rules: icons installed to the correct (hicolor) location, mime type file installed postinst and postrm: Scripts added to update mime desktop database I've attached a diff file which shows the changes required to bring debian's package into line with the upstream source.
diff -r -N /home/nyall/gcstar-1.4.3/debian/control /home/nyall/Sources/gcstar/gcstar/debian/control 13c13 < Recommends: libgtk2-spell-perl --- > Recommends: libgtk2-spell-perl, libdatetime-format-strptime-perl, libmp3-info-perl, libcddb-perl, libnet-freedb-perl 17,18c17,21 < Description: An application for managing your movie collection < GCstar is a free application for managing your collections. --- > Description: Manage your collections of movies, games, books, music and more > GCstar is an application for managing your collections. It supports > many types of collections, including movies, books, games, comics, > stamps, coins, and many more. You can even create your own > collection type for whatever unique thing it is that you collect! 22,25c25 < your collection by many criteria. < . < GCstar is the successor GCfilms and is compatible to its databases. < As GCfilms isn't developed any more GCstars replaces GCfilms. --- > your collections by many criteria. diff -r -N /home/nyall/gcstar-1.4.3/debian/menu /home/nyall/Sources/gcstar/gcstar/debian/menu 5c5 < longtitle="Gtk2 Collections Catalogue" \ --- > longtitle="Personal Collections Manager" \ 7c7 < icon="/usr/share/pixmaps/gcstar_logo.xpm" --- > icon="/usr/share/gcstar/icons/gcstar_64x64" diff -r -N /home/nyall/gcstar-1.4.3/debian/postinst /home/nyall/Sources/gcstar/gcstar/debian/postinst 0a1,7 > #!/bin/sh > > update-desktop-database > update-mime-database /usr/share/mime > > exit 0 > diff -r -N /home/nyall/gcstar-1.4.3/debian/postrm /home/nyall/Sources/gcstar/gcstar/debian/postrm 0a1,7 > #!/bin/sh > > update-desktop-database > update-mime-database /usr/share/mime > > exit 0 > diff -r -N /home/nyall/gcstar-1.4.3/debian/rules /home/nyall/Sources/gcstar/gcstar/debian/rules 37,38c37,49 < install -D -m 0644 debian/gcstar/usr/share/gcstar/logos/Peri_main_logo.png \ < debian/gcstar/usr/share/pixmaps/gcstar.png --- > install -D -m 0644 debian/gcstar/usr/share/gcstar/icons/gcstar_16x16.png \ > debian/gcstar/usr/share/icons/hicolor/16x16/apps/gcstar.png > install -D -m 0644 debian/gcstar/usr/share/gcstar/icons/gcstar_24x24.png \ > debian/gcstar/usr/share/icons/hicolor/24x24/apps/gcstar.png > install -D -m 0644 debian/gcstar/usr/share/gcstar/icons/gcstar_32x32.png \ > debian/gcstar/usr/share/icons/hicolor/32x32/apps/gcstar.png > install -D -m 0644 debian/gcstar/usr/share/gcstar/icons/gcstar_48x48.png \ > debian/gcstar/usr/share/icons/hicolor/48x48/apps/gcstar.png > install -D -m 0644 debian/gcstar/usr/share/gcstar/icons/gcstar_64x64.png \ > debian/gcstar/usr/share/icons/hicolor/64x64/apps/gcstar.png > install -D -m 0644 share/applications/gcstar.xml \ > debian/gcstar/usr/share/mime/packages/gcstar.xml > 63d73 < dh_desktop

