Package: valknut Version: 0.3.7-2 Hi!
I'm currently merging valknut with the Ubuntu version. Only change remaining is that we have a .desktop, something I suppose Debian would want aswell. I'll attach the debdiff I have right now. -- Christian Bjälevik <[EMAIL PROTECTED]>
diff -u valknut-0.3.7/debian/changelog valknut-0.3.7/debian/changelog --- valknut-0.3.7/debian/changelog +++ valknut-0.3.7/debian/changelog @@ -1,3 +1,11 @@ +valknut (0.3.7-2ubuntu1) dapper; urgency=low + + * Merged with Debian. + - Added .desktop file. Thanks Christophe Dumez for reporting and + providing the desktop file (Closes: #2483) (Sebastian Dröge) + + -- Christian Bjälevik <[EMAIL PROTECTED]> Sat, 12 Nov 2005 11:55:54 +0100 + valknut (0.3.7-2) unstable; urgency=low * Build for gcc and qt/kde transition (Closes: #328007, #326035) @@ -9,6 +17,25 @@ * fixed typo in long description (Closes: #310846) -- Pasi Savilaakso <[EMAIL PROTECTED]> Sun, 2 Oct 2005 09:43:22 +0300 +valknut (0.3.7-1ubuntu1) breezy; urgency=low + + * Added .desktop file. Thanks Christophe Dumez for reporting and providing + the desktop file (Closes: #2483) + + -- Sebastian Dröge <[EMAIL PROTECTED]> Thu, 22 Sep 2005 18:16:17 +0200 + +valknut (0.3.7-1build2) breezy; urgency=low + + * Rebuild with the right build-deps: libdc0 has fixed shlibs now. + + -- Christian Bjälevik <[EMAIL PROTECTED]> Tue, 9 Aug 2005 15:36:00 +0200 + +valknut (0.3.7-1build1) breezy; urgency=low + + * Rebuild for new C++ ABI + + -- Matthias Klose <[EMAIL PROTECTED]> Tue, 28 Jun 2005 09:09:32 +0000 + valknut (0.3.7-1) unstable; urgency=high * New upstream release (Closes: #289643, #269952, #265284, #270096, #286234) diff -u valknut-0.3.7/debian/rules valknut-0.3.7/debian/rules --- valknut-0.3.7/debian/rules +++ valknut-0.3.7/debian/rules @@ -72,7 +72,8 @@ $(MAKE) install DESTDIR=$(CURDIR)/debian/valknut rm -f $(CURDIR)/debian/valknut/usr/share/valknut/COPYING cp debian/valknut.xpm $(CURDIR)/debian/valknut/usr/share/pixmaps/ - + dh_install -pvalknut debian/valknut.desktop usr/share/applications + dh_desktop -pvalknut # Build architecture-independent files here. binary-indep: build install only in patch2: unchanged: --- valknut-0.3.7.orig/debian/valknut.desktop +++ valknut-0.3.7/debian/valknut.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Encoding=UTF-8 +Name=valknut +GenericName= +Comment= +Icon=/usr/share/pixmaps/valknut.xpm +Exec=/usr/bin/valknut +Terminal=false +Categories=Application;Network;
signature.asc
Description: This is a digitally signed message part

