Bumped version number
authorLuciano Montanaro <mileima@cirulla.net>
Sun, 22 May 2011 08:10:15 +0000 (10:10 +0200)
committerLuciano Montanaro <mileima@cirulla.net>
Sun, 22 May 2011 08:10:15 +0000 (10:10 +0200)
Bumped version number, corrected application name in rules and
added chenges to te changelog

application/debian/control
application/debian/rules

index 36e400c..abf1cb7 100644 (file)
@@ -1,14 +1,14 @@
 Source: quandoparte
-Section: user/hidden
+Section: user/navigation
 Priority: optional
-Maintainer: Luciano Montanaro <mikelima@zaphod>
+Maintainer: Luciano Montanaro <mikelima@cirulla.net>
 Build-Depends: debhelper (>= 5), libqt4-dev
 Standards-Version: 3.7.3
 Homepage: www.cirulla.net/quandoparte
 
-Package: arriviepartenze
+Package: quandoparte
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Virtual Arrivals and Departures board for Italian trains
- ArriviEPartenze uses the Trenitalia data to show arrivals and departures times
- of the trains of a given station, with delay or suppression information.
+ quandoparte uses the Trenitalia data to show arrivals and departures times
+ of trains of a given station, with delay or suppression information.
index 457c60d..6833167 100755 (executable)
@@ -28,7 +28,7 @@ build-stamp: configure-stamp
 
        # Add here commands to compile the package.
        $(MAKE)
-       #docbook-to-man debian/arriviepartenze.sgml > arriviepartenze.1
+        #docbook-to-man debian/quandoparte.sgml > quandoparte.1
 
        touch $@
 
@@ -48,8 +48,8 @@ install: build
        dh_clean -k 
        dh_installdirs
 
-       # Add here commands to install the package into debian/arriviepartenze.
-       $(MAKE) INSTALL_ROOT="$(CURDIR)"/debian/arriviepartenze install
+        # Add here commands to install the package into debian/quandoparte.
+        $(MAKE) INSTALL_ROOT="$(CURDIR)"/debian/quandoparte install
 
 
 # Build architecture-independent files here.