Author: tille Date: 2013-08-23 13:14:13 +0000 (Fri, 23 Aug 2013) New Revision: 14515
Modified: trunk/packages/pcalendar/trunk/debian/changelog trunk/packages/pcalendar/trunk/debian/control trunk/packages/pcalendar/trunk/debian/copyright trunk/packages/pcalendar/trunk/debian/pcalendar.desktop Log: Upload changes from experimental to unstable Modified: trunk/packages/pcalendar/trunk/debian/changelog =================================================================== --- trunk/packages/pcalendar/trunk/debian/changelog 2013-08-23 12:56:10 UTC (rev 14514) +++ trunk/packages/pcalendar/trunk/debian/changelog 2013-08-23 13:14:13 UTC (rev 14515) @@ -1,3 +1,13 @@ +pcalendar (3.3.0-2) unstable; urgency=low + + * Upload to unstable + Closes: #720568 + * debian/control: + - cme fix dpkg-control + - anonscm in Vcs fields + + -- Andreas Tille <[email protected]> Fri, 23 Aug 2013 14:44:13 +0200 + pcalendar (3.3.0-1) experimental; urgency=low * New upstream version Modified: trunk/packages/pcalendar/trunk/debian/control =================================================================== --- trunk/packages/pcalendar/trunk/debian/control 2013-08-23 12:56:10 UTC (rev 14514) +++ trunk/packages/pcalendar/trunk/debian/control 2013-08-23 13:14:13 UTC (rev 14515) @@ -1,20 +1,26 @@ Source: pcalendar +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Miriam Ruiz <[email protected]>, + Andreas Tille <[email protected]> Section: utils Priority: optional -Maintainer: Debian Med Packaging Team <[email protected]> -Uploaders: Miriam Ruiz <[email protected]>, - Andreas Tille <[email protected]> Build-Depends: debhelper (>= 9), - default-jdk, javahelper, ant, junit4, libxerces2-java + dh-buildinfo, + default-jdk, + javahelper, + ant, + junit4, + libxerces2-java Standards-Version: 3.9.4 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/pcalendar/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/pcalendar/trunk/ Homepage: http://linuxorg.sourceforge.net/ -Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/pcalendar/trunk/ -Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/pcalendar/trunk/ Package: pcalendar Architecture: all -Depends: default-jre | java5-runtime | java6-runtime, libxerces2-java, - ${misc:Depends} +Depends: default-jre | java6-runtime, + libxerces2-java, + ${misc:Depends} Description: track menstrual cycles and predict fertility periods Periodic Calendar is a GUI application which assists in women menstrual cycles tracking and fertility periods prediction. This information can @@ -32,3 +38,4 @@ . THE PREDICTIONS MADE BY THIS PROGRAM CAN BE NEVER BE CONSIDERED AS FINAL. THE METHODS USED ARE NOT 100% EFFECTIVE FOR ALL WOMEN. + Modified: trunk/packages/pcalendar/trunk/debian/copyright =================================================================== --- trunk/packages/pcalendar/trunk/debian/copyright 2013-08-23 12:56:10 UTC (rev 14514) +++ trunk/packages/pcalendar/trunk/debian/copyright 2013-08-23 13:14:13 UTC (rev 14515) @@ -26,10 +26,8 @@ the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + On Debian systems, the complete text of the latest version of the GNU + General Public License can be found in `/usr/share/common-licenses/GPL'. . The complete text of version 3 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-3'. Modified: trunk/packages/pcalendar/trunk/debian/pcalendar.desktop =================================================================== --- trunk/packages/pcalendar/trunk/debian/pcalendar.desktop 2013-08-23 12:56:10 UTC (rev 14514) +++ trunk/packages/pcalendar/trunk/debian/pcalendar.desktop 2013-08-23 13:14:13 UTC (rev 14515) @@ -1,5 +1,6 @@ [Desktop Entry] Version=1.0 +Encoding=UTF-8 Type=Application Name=Periodic Calendar GenericName=Periodic Calendar @@ -9,5 +10,5 @@ Exec=pcalendar Terminal=false StartupNotify=false -Categories=Utility;Calendar;Office;Java; +Categories=Application;Utility;Calendar;Java; MimeType=application/x-periodic-calendar;application/x-periodic-calendar-encrypted; \ No newline at end of file _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
