Package: petris / 1.0.1-11.1
Metadata
| Package | Version | Patches format | 
|---|---|---|
| petris | 1.0.1-11.1 | 3.0 (quilt) | 
Patch series
view the series file| Patch | File delta | Description | 
|---|---|---|
| use variables in Makefile.patch | (download) | 
              Makefile |
                   13 	8 +	5 -	0 !  | 
           use variables in makefile
 Added variables CC, CFLAGS & LIBS to Makefile so build system can use them.
 Move ${LIBS} to the end of line for petris target so that 'ld --as-needed' works.
           | 
        
| fix highscore location.patch | (download) | 
              config.h |
                    2 	1 +	1 -	0 !  | 
          fix highscore file location Move highscore file from /var/local/petris/highscores to /var/games/petris.scores to be Debian-compliant.  | 
        
| fix highscore string handling.patch | (download) | 
              highscore.c |
                    7 	4 +	3 -	0 !  | 
          make copying strings more strict When handling entries in highscore list, use strncpy() instead of strcpy().  | 
        
| fix initialisation and error handling.patch | (download) | 
              game.c |
                    5 	3 +	2 -	0 !  | 
          fix variable initialisation and error handling Make sure variables are initialised and exit program in a well defined way on error.  | 
        
| fix format security error.patch | (download) | 
              main.c |
                    2 	1 +	1 -	0 !  | 
          fix compilation error [-werror=format-security] Add formt argument to mvprintw() call to avoid error during compilation.  | 
        
| fix termianl typo.patch | (download) | 
              main.c |
                    2 	1 +	1 -	0 !  | 
          fix mispelled 'terminal' in message. Fixed typo: 'termianl' -> 'terminal'.  | 
        
